forked from timqian/gql-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 874 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
36
37
38
39
40
{
"name": "gql-generator",
"version": "1.0.19",
"description": "",
"main": "index.js",
"bin": {
"gqlg": "index.js"
},
"scripts": {
"test": "mocha -u qunit",
"lint": "./node_modules/.bin/eslint ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timqian/gql-generator.git"
},
"keywords": [
"graphql",
"query",
"generator"
],
"author": "timqian",
"license": "MIT",
"bugs": {
"url": "https://github.com/timqian/gql-generator/issues"
},
"homepage": "https://github.com/timqian/gql-generator#readme",
"dependencies": {
"commander": "^2.15.1",
"del": "^3.0.0",
"graphql": "^16.3.0"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^10.1.0",
"should": "^13.2.1"
}
}