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.
 
 
 

47 line
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-cors": "^6.0.1",
  25. "fastify-plugin": "^3.0.0",
  26. "fastify-sensible": "^3.1.0",
  27. "knex": "^0.95.5",
  28. "tsyringe": "^4.5.0",
  29. "uuid": "^8.3.2"
  30. },
  31. "devDependencies": {
  32. "@types/jest": "^26.0.23",
  33. "@types/node": "^15.0.0",
  34. "@types/uuid": "^8.3.0",
  35. "concurrently": "^6.0.0",
  36. "cross-env": "^7.0.3",
  37. "fastify-tsconfig": "^1.0.1",
  38. "jest": "^26.6.3",
  39. "ts-jest": "^26.5.6",
  40. "typescript": "^4.1.3"
  41. },
  42. "optionalDependencies": {
  43. "@types/sqlite3": "^3.1.7",
  44. "sqlite3": "^5.0.2"
  45. }
  46. }