-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
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
38
{
"name": "terminal-graphql-directives",
"version": "0.1.6",
"description": "GraphQL directives for Terminal.co",
"main": "dist/index.js",
"repository": "[email protected]:Terminal-Systems/terminal-graphql-directives.git",
"author": "Terminal.co",
"license": "MIT",
"scripts": {
"dev": "nodemon example/index.js",
"test": "jest test",
"lint": "eslint ."
},
"peerDependencies": {
"graphql": "^0.13.2",
"graphql-tools": "^3.0.4"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/preset-env": "^7.1.0",
"apollo-server-express": "^2.4.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.3",
"eslint": "^5.0.1",
"eslint-config-callstack-io": "^1.1.2",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tools": "^3.0.4",
"jest": "^23.2.0",
"nock": "^9.3.3",
"request-promise": "^4.2.2"
}
}