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", |
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", |
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 |
} |
} |