-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 843 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
34
35
36
{
"name": "animeserver",
"version": "1.0.0",
"description": "Server side of anime DVD shop",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "12.18.2"
},
"author": "Vinh Nguyen",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.783.0",
"bcrypt": "^5.0.0",
"config": "^3.3.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mongoose": "^5.10.5",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"pg": "^8.6.0",
"stripe": "^8.96.0",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.5"
}
}