/[sudobot]/trunk/package.json
ViewVC logotype

Diff of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 326 by rakin, Mon Jul 29 17:29:33 2024 UTC revision 343 by rakin, Mon Jul 29 17:29:39 2024 UTC
# Line 17  Line 17 
17          "express": "^4.18.1",          "express": "^4.18.1",
18          "express-router": "^0.0.1",          "express-router": "^0.0.1",
19          "jsonwebtoken": "^8.5.1",          "jsonwebtoken": "^8.5.1",
20            "mongoose": "^6.5.4",
21          "ms": "^2.1.3",          "ms": "^2.1.3",
22          "pm2": "^5.2.0",          "pm2": "^5.2.0",
23          "sequelize": "^6.20.1",          "sequelize": "^6.20.1",
# Line 32  Line 33 
33          "@types/node": "^17.0.33",          "@types/node": "^17.0.33",
34          "@types/sequelize": "^4.28.13",          "@types/sequelize": "^4.28.13",
35          "@types/sqlite3": "^3.1.8",          "@types/sqlite3": "^3.1.8",
36            "@typescript-eslint/eslint-plugin": "^5.36.2",
37            "@typescript-eslint/parser": "^5.36.2",
38            "eslint": "^8.23.0",
39            "eslint-plugin-unused-imports": "^2.0.0",
40          "husky": "^8.0.1",          "husky": "^8.0.1",
41          "nodemon": "^2.0.16",          "nodemon": "^2.0.16",
42          "ts-node": "^10.9.1",          "ts-node": "^10.9.1",
# Line 47  Line 52 
52          "build": "tsc",          "build": "tsc",
53          "clean": "bash -c 'rm -r build'",          "clean": "bash -c 'rm -r build'",
54          "prepare": "husky install && sh ./init.sh",          "prepare": "husky install && sh ./init.sh",
55          "start": "pm2 start ./ecosystem.config.js --no-daemon"          "start": "pm2 start ./ecosystem.config.js --no-daemon",
56            "lint": "eslint . --ext .ts",
57            "lint:fix": "eslint . --ext .ts --fix"
58      }      }
59  }  }

Legend:
Removed from v.326  
changed lines
  Added in v.343

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26