-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.package.json
46 lines (46 loc) · 1.12 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
39
40
41
42
43
44
45
46
{
"name": "graphql-cli-generate-fragments",
"version": "1.1.8",
"description": "Plugin for graphql-cli to generate fragments",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc -d",
"pretest": "npm run build",
"lint": "tslint src/**/*.ts",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/develomark/graphql-cli-generate-fragments.git"
},
"keywords": [
"graphql",
"graphql-cli"
],
"author": "Mark Petty <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "5.0.0",
"@types/inquirer": "0.0.36",
"@types/node": "9.3.0",
"@types/yargs": "10.0.1",
"contributor": "^0.1.25",
"graphql-config": "1.1.7",
"semantic-release": "12.2.4",
"tslint": "5.9.1",
"typescript": "2.6.2"
},
"release": {
"branch": "master"
},
"dependencies": {
"@types/graphql": "^0.12.1",
"chalk": "2.3.0",
"fs-extra": "5.0.0",
"graphql": "^0.12.3",
"graphql-import": "^0.4.1",
"lodash": "4.17.4"
}
}