-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
37 lines (37 loc) · 964 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": "vulnerable-graphql-api",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"tsc": "tsc",
"sequelize": "sequelize"
},
"dependencies": {
"@types/bluebird": "^3.5.26",
"@types/cors": "^2.8.5",
"@types/express": "^4.16.1",
"@types/express-graphql": "^0.8.0",
"@types/express-rate-limit": "^3.3.3",
"@types/express-session": "^1.15.12",
"@types/faker": "^4.1.9",
"@types/graphql": "^14.2.0",
"@types/node": "^12.0.1",
"@types/validator": "^10.11.0",
"argon2": "^0.25.1",
"axios": "^0.18.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-graphql": "^0.8.0",
"express-rate-limit": "^5.0.0",
"express-session": "^1.16.1",
"faker": "^4.1.0",
"graphql": "^14.3.0",
"graphql-type-json": "^0.3.0",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1",
"sqlite": "^3.0.3",
"sqlite3": "^4.1.1",
"typescript": "^3.4.5"
}
}