-
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) · 967 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 967 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
35
36
37
38
{
"name": "com.amangupta.1997",
"version": "1.0.0",
"description": "A backend support for portfolio",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.mjs"
},
"author": "Aman Kumar Gupta",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.5.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cli-table": "^0.3.11",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"express-validator": "^6.15.0",
"graphql": "^16.6.0",
"graphql-iso-date": "^3.6.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"mongoose-autopopulate": "^1.0.0",
"mongoose-timestamp": "^0.6.0",
"multer": "^1.4.5-lts.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.21"
}
}