-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 971 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
{
"name": "cotoami-graphql",
"version": "0.0.1",
"author": "tai2",
"repository": "https://github.com/cotoami/cotoami-graphql",
"engines": {
"node": ">=6.9.1"
},
"scripts": {
"start": "babel-node ./src/index.js",
"start:dev": "NODE_ENV=development babel-node ./src/index.js",
"test": "NODE_ENV=test mocha --compilers js:babel-register"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.16.1",
"bunyan": "^1.8.5",
"express": "^4.14.0",
"express-graphql": "^0.6.1",
"graphql": "^0.8.2",
"node-fetch": "^1.6.3",
"on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"
},
"devDependencies": {
"babel-register": "https://registry.npmjs.org/babel-register/-/babel-register-6.18.0.tgz",
"expect.js": "^0.3.1",
"mocha": "^3.2.0",
"supertest": "^3.0.0"
}
}