-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
37
{
"name": "graphql",
"version": "1.0.0",
"description": "graphql",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"private": "true",
"license": "ISC",
"dependencies": {
"@graphql-tools/schema": "^8.0.3",
"apollo-server": "^3.1.2",
"apollo-server-core": "^3.1.2",
"apollo-server-express": "^3.1.2",
"bcrypt": "^5.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"graphql-subscriptions": "^1.2.1",
"graphql-upload": "^12.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.8",
"multer": "^1.4.2",
"socket.io": "^3.0.4",
"subscriptions-transport-ws": "^0.9.19",
"validator": "^13.5.2"
},
"engines": {
"node": "16.x"
}
}