forked from my-creator/my-creator-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 794 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 794 Bytes
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
{
"name": "my-creator-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"nostart": "nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.485.0",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"csv-parser": "^2.3.0",
"debug": "~2.6.9",
"express": "^4.16.4",
"fs": "0.0.1-security",
"http-errors": "^1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"mysql2": "^1.6.5",
"node-cron": "^2.0.3",
"nodemon": "^1.19.1",
"promise-mysql": "^3.3.2",
"querystring": "^0.2.0",
"rand-token": "^0.4.0",
"request": "^2.88.0",
"url": "^0.11.0",
"urlencode": "^1.1.0"
}
}