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.
 
 
 

53 lines
1.4 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. "@prisma/client": "2.21.2",
  21. "bcrypt": "^5.0.1",
  22. "dotenv": "^9.0.2",
  23. "fastify": "^3.0.0",
  24. "fastify-auth0-verify": "^0.5.2",
  25. "fastify-autoload": "^3.3.1",
  26. "fastify-cli": "^2.11.0",
  27. "fastify-cors": "^6.0.1",
  28. "fastify-plugin": "^3.0.0",
  29. "fastify-sensible": "^3.1.0",
  30. "knex": "^0.95.5",
  31. "tsyringe": "^4.5.0",
  32. "unfetch": "^4.2.0",
  33. "uuid": "^8.3.2"
  34. },
  35. "devDependencies": {
  36. "@types/bcrypt": "^5.0.0",
  37. "@types/jest": "^26.0.23",
  38. "@types/node": "^15.0.0",
  39. "@types/uuid": "^8.3.0",
  40. "concurrently": "^6.0.0",
  41. "cross-env": "^7.0.3",
  42. "fastify-tsconfig": "^1.0.1",
  43. "jest": "^26.6.3",
  44. "prisma": "2.21.2",
  45. "ts-jest": "^26.5.6",
  46. "typescript": "^4.1.3"
  47. },
  48. "optionalDependencies": {
  49. "@types/sqlite3": "^3.1.7",
  50. "sqlite3": "^5.0.2"
  51. }
  52. }