-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 853 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
{
"name": "graphql-node-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=development & nodemon --delay 5 dist/index",
"gulp": "./node_modules/.bin/gulp"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "2.4.1",
"@types/express": "4.0.37",
"@types/express-graphql": "0.0.34",
"@types/graphql": "0.11.5",
"@types/node": "8.0.34",
"@types/sequelize": "4.0.76",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-typescript": "5.0.1",
"nodemon": "^1.19.1",
"typescript": "3.5.3"
},
"dependencies": {
"bcryptjs": "2.4.3",
"express": "4.16.2",
"express-graphql": "0.6.11",
"graphql": "0.11.7",
"graphql-tools": "2.3.0",
"mysql2": "1.4.2",
"sequelize": "4.13.10"
}
}