-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 920 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-sequelize-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/index.js --exec babel-node --presets es2015,stage-2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antimaterium/ApolloServer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Antimaterium/ApolloServer/issues"
},
"homepage": "https://github.com/Antimaterium/ApolloServer#readme",
"dependencies": {
"apollo-server-express": "^1.3.2",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"graphql": "^0.13.1",
"graphql-tools": "^2.21.0",
"lodash": "^4.17.11",
"mysql2": "^1.5.2",
"sequelize": "^4.35.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.19.0"
}
}