graphql-codegen-core
Advanced tools
Comparing version 0.19.0-alpha.ba991e7d to 0.19.0-alpha.c197dd89
{ | ||
"name": "graphql-codegen-core", | ||
"version": "0.19.0-alpha.ba991e7d", | ||
"version": "0.19.0-alpha.c197dd89", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93159