-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "j-assistant-api",
"version": "1.1.0",
"description": "API for jAssistant",
"private": true,
"scripts": {
"migrate": "sequelize db:migrate",
"start": "pm2 delete $npm_package_name; pm2 start server/jAssistantProcess.json",
"dev": "pm2 delete $npm_package_name; pm2 start server/jAssistantProcess.json --watch"
},
"author": "Jin Wang",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cron": "^1.7.1",
"csvtojson": "^2.0.10",
"express": "^4.17.1",
"lodash": "^4.17.19",
"md5": "^2.2.1",
"moment": "^2.24.0",
"node-localstorage": "^1.3.1",
"pg": "^7.12.0",
"pino": "^5.13.1",
"q": "^1.5.1",
"sequelize": "^5.15.1"
},
"devDependencies": {
"mysql2": "^1.6.5",
"pm2": "^3.5.1",
"sequelize-cli": "^5.5.0"
}
}