-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=local nodemon bin/www",
"start-dev": "NODE_ENV=development node bin/www",
"start-prod": "NODE_ENV=production node bin/www",
"clear": "rm -rf node_modules",
"debug": "NODE_ENV=local node bin/www"
},
"author": "xuyendtk",
"license": "ISC",
"description": "",
"dependencies": {
"@casl/ability": "^6.3.3",
"@casl/mongoose": "^7.1.2",
"axios": "^1.2.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"injection-js": "^2.4.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"log-timestamp": "^0.3.0",
"mongoose": "^6.8.0",
"mongoose-unique-validator": "^3.1.0",
"morgan": "^1.10.0",
"mssql": "^9.0.1",
"onesignal-node": "^3.4.0",
"pg": "^8.8.0",
"pug": "^3.0.2",
"redis": "^4.5.1",
"serve-favicon": "^2.5.0",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^2.0.20"
}
}