File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ .idea
2
+ node_modules
3
+ npm-debug.log
4
+ dist
5
+ temp
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " graphql-codegen" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " GraphQL types and code generator based on schema" ,
5
+ "main" : " dist/index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/dotansimha/graphql-codegen.git"
12
+ },
13
+ "keywords" : [
14
+ " graphql" ,
15
+ " codegen" ,
16
+ " generator" ,
17
+ " apollo" ,
18
+ " node" ,
19
+ " typescript" ,
20
+ " ts" ,
21
+ " flow" ,
22
+ " types" ,
23
+ " d.ts" ,
24
+ " typings"
25
+ ],
26
+ "author" :
" Dotan Simha <[email protected] >" ,
27
+ "license" : " MIT" ,
28
+ "bugs" : {
29
+ "url" : " https://github.com/dotansimha/graphql-codegen/issues"
30
+ },
31
+ "homepage" : " https://github.com/dotansimha/graphql-codegen#readme"
32
+ }
You can’t perform that action at this time.
0 commit comments