1
+ {
2
+ "name" : " graphql-cli-generate-fragments" ,
3
+ "version" : " 1.1.8" ,
4
+ "description" : " Plugin for graphql-cli to generate fragments" ,
5
+ "main" : " dist/index.js" ,
6
+ "typings" : " dist/index.d.ts" ,
7
+ "scripts" : {
8
+ "prepublish" : " npm run build" ,
9
+ "build" : " tsc -d" ,
10
+ "pretest" : " npm run build" ,
11
+ "lint" : " tslint src/**/*.ts" ,
12
+ "semantic-release" : " semantic-release"
13
+ },
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/develomark/graphql-cli-generate-fragments.git"
17
+ },
18
+ "keywords" : [
19
+ " graphql" ,
20
+ " graphql-cli"
21
+ ],
22
+ "author" : " Mark Petty <develomark@gmail.com>" ,
23
+ "license" : " MIT" ,
24
+ "devDependencies" : {
25
+ "@types/fs-extra" : " 5.0.0" ,
26
+ "@types/inquirer" : " 0.0.36" ,
27
+ "@types/node" : " 9.3.0" ,
28
+ "@types/yargs" : " 10.0.1" ,
29
+ "contributor" : " ^0.1.25" ,
30
+ "graphql-config" : " 1.1.7" ,
31
+ "semantic-release" : " 12.2.4" ,
32
+ "tslint" : " 5.9.1" ,
33
+ "typescript" : " 2.6.2"
34
+ },
35
+ "release" : {
36
+ "branch" : " master"
37
+ },
38
+ "dependencies" : {
39
+ "@types/graphql" : " ^0.12.1" ,
40
+ "chalk" : " 2.3.0" ,
41
+ "fs-extra" : " 5.0.0" ,
42
+ "graphql" : " ^0.12.3" ,
43
+ "graphql-import" : " ^0.4.1" ,
44
+ "lodash" : " 4.17.4"
45
+ }
46
+ }
0 commit comments