Ringtone app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
1.2 KiB

  1. {
  2. "name": "@tonality/service-core",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.ts",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "jest",
  11. "start": "fastify start -l info dist/app.js",
  12. "build:ts": "tsc",
  13. "dev": "tsc && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"tsc -w\" \"fastify start --ignore-watch=.ts$ -w -l info -P dist/app.js\""
  14. },
  15. "keywords": [],
  16. "author": "TheoryOfNekomata",
  17. "license": "MIT",
  18. "dependencies": {
  19. "@abraham/reflection": "^0.8.0",
  20. "dotenv": "^9.0.2",
  21. "fastify": "^3.0.0",
  22. "fastify-autoload": "^3.3.1",
  23. "fastify-cli": "^2.11.0",
  24. "fastify-plugin": "^3.0.0",
  25. "fastify-sensible": "^3.1.0",
  26. "knex": "^0.95.5",
  27. "tsyringe": "^4.5.0",
  28. "uuid": "^8.3.2"
  29. },
  30. "devDependencies": {
  31. "@types/jest": "^26.0.23",
  32. "@types/node": "^15.0.0",
  33. "@types/uuid": "^8.3.0",
  34. "concurrently": "^6.0.0",
  35. "cross-env": "^7.0.3",
  36. "fastify-tsconfig": "^1.0.1",
  37. "jest": "^26.6.3",
  38. "ts-jest": "^26.5.6",
  39. "typescript": "^4.1.3"
  40. },
  41. "optionalDependencies": {
  42. "@types/sqlite3": "^3.1.7",
  43. "sqlite3": "^5.0.2"
  44. }
  45. }