-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 793 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
{
"name": "intro2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.5",
"apollo-server": "^3.5.0",
"apollo-server-express": "^3.5.0",
"apollo-server-testing": "^2.25.3",
"bcryptjs": "^2.4.3",
"express": "^4.17.2",
"graphql": "^15.8.0",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.2.0",
"http": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.3",
"sequelize": "^6.12.0",
"subscriptions-transport-ws": "^0.11.0"
},
"devDependencies": {
"jest": "^27.4.5",
"nodemon": "^2.0.15"
}
}