package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "new_cash_book_node",
  3. "version": "1.0.0",
  4. "description": "",
  5. "type": "module",
  6. "main": "index.js",
  7. "scripts": {
  8. "dev": "pm2 start ecosystem.config.cjs",
  9. "dev:stop": "pm2 stop cashBook",
  10. "dev:del": "pm2 delete cashBook",
  11. "start": "node app.js",
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/Johnhong9527/newCashBook.git"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC",
  21. "bugs": {
  22. "url": "https://github.com/Johnhong9527/newCashBook/issues"
  23. },
  24. "homepage": "https://github.com/Johnhong9527/newCashBook#readme",
  25. "dependencies": {
  26. "body-parser": "^1.20.3",
  27. "cors": "^2.8.5",
  28. "crypto": "^1.0.1",
  29. "dayjs": "^1.11.13",
  30. "epub2": "^3.0.2",
  31. "express": "^4.21.1",
  32. "express-fileupload": "^1.5.1",
  33. "jsonwebtoken": "^9.0.2",
  34. "mysql": "^2.18.1",
  35. "mysql2": "^3.11.4",
  36. "spark-md5": "^3.0.2",
  37. "uuid": "^11.0.2"
  38. },
  39. "volta": {
  40. "node": "22.11.0"
  41. },
  42. "devDependencies": {
  43. "@types/express": "^5.0.0",
  44. "@types/express-fileupload": "^1.5.1",
  45. "@types/jsonwebtoken": "^9.0.7",
  46. "@types/mysql": "^2.15.26",
  47. "@types/node": "^22.9.0"
  48. },
  49. "imports": {
  50. "#db": "./db/index.js",
  51. "#utils": "./utils/index.js",
  52. "#environment": "./environment/index.js"
  53. }
  54. }