-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 911 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
{
"name": "car-sharing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js --exec \"node -r dotenv/config\"",
"test": "NODE_ENV=mocha mocha -r dotenv/config --recursive './{,!(node_modules)/**}/*.test.js'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.19.1",
"bcrypt": "^5.0.0",
"cloudinary": "^1.23.0",
"cookie-parser": "^1.4.5",
"deepmerge": "^4.2.2",
"dotenv": "^8.2.0",
"expect": "^26.6.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"graphql": "^15.4.0",
"graphql-upload": "^11.0.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.1",
"mongoose": "^5.11.8",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"shortid": "^2.2.16",
"supertest": "^6.0.1",
"throng": "^5.0.0"
},
"devDependencies": {}
}