graphql-codegen-core
Advanced tools
{ | ||
"name": "graphql-codegen-core", | ||
"version": "0.19.0-alpha.26bc98f9", | ||
"version": "0.19.0-alpha.2da4f267", | ||
"description": "GraphQL types and code generator based on schema", | ||
@@ -9,7 +9,3 @@ "main": "dist/index.js", | ||
"lint": "tslint src/**/*.ts", | ||
"prebuild": "yarn clean && yarn lint", | ||
"build": "tsc", | ||
"prestart": "yarn build", | ||
"start": "cd dist && node gql-gen.js", | ||
"debug": "cd dist && node --inspect --debug-brk gql-gen.js", | ||
"test": "jest --no-cache --verbose --runInBand" | ||
@@ -19,3 +15,3 @@ }, | ||
"type": "git", | ||
"url": "git+https://github.com/dotansimha/graphql-codegen.git" | ||
"url": "git+https://github.com/dotansimha/graphql-code-generator.git" | ||
}, | ||
@@ -22,0 +18,0 @@ "keywords": [ |
93159
-0.19%