-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "car-servicing-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r esm index.js",
"dev": "npx nodemon -r esm index.js",
"debug": "node --nolazy index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Five-Fishes/On-Demand-Car-Servicing-Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Five-Fishes/On-Demand-Car-Servicing-Backend/issues"
},
"homepage": "https://github.com/Five-Fishes/On-Demand-Car-Servicing-Backend#readme",
"dependencies": {
"apollo-server": "^2.19.2",
"apollo-server-express": "^2.19.0",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"graphql-middleware": "^6.0.2",
"graphql-shield": "^7.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.6",
"nodemon": "^2.0.6"
}
}