-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 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
{
"name": "graphql-server",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "babel-node src/entry.js",
"build": "babel src --out-dir dist"
},
"keywords": [],
"author": "rui.he.developer@gmail.com",
"license": "ISC",
"dependencies": {
"apollo-server-koa": "^2.5.0",
"camelcase": "^5.3.1",
"graphql": "^14.3.0",
"graphql-relay": "^0.6.0",
"graphql-sequelize": "^9.3.6",
"koa": "2.7.0",
"pluralize": "^7.0.0",
"sequelize": "^4.44.0",
"sqlite3": "^4.0.7"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "7.4.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "7.4.4",
"regenerator-runtime": "^0.13.2"
}
}