forked from winterrrrrff/realWorld-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 898 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": "realworld-node-express-mongodb-javascript",
"version": "1.0.0",
"description": "realWorld Project",
"main": "api/index.js",
"scripts": {
"start": "node server",
"dev": "nodemon server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/credential-providers": "3.654",
"@contrast/agent": "^5.21.0",
"bcrypt": "^5.1.0",
"braces": "^3.0.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.21.0",
"express-async-handler": "^1.2.0",
"fast-xml-parser": "4.4",
"jsonwebtoken": "^9.0.2",
"mongodb": "4.17",
"mongoose": "6.13",
"mongoose-unique-validator": "^3.1.0",
"newman": "^6.2.1",
"slugify": "^1.6.5",
"tar": "6.2"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}