@kentico/kontent-schema-generator-graphql
Version:
GraphQL schema generator used to generate schema based on specified project.
55 lines (54 loc) • 1.72 kB
JSON
{
"name": "@kentico/kontent-schema-generator-graphql",
"version": "2.1.1",
"description": "GraphQL schema generator used to generate schema based on specified project.",
"main": "_commonjs/index.js",
"bin": {
"kontent-generate-gql-schema": "./_commonjs/src/index.js"
},
"custom": {
"buildFolder": "_commonjs"
},
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"coverage": "jest --config jest.coverage.config.js ",
"watch": "tsc -w",
"build": "tsc",
"run:sample": "ts-node ./src/index.ts --projectId 975bf280-fd91-488c-994c-2f04416e5ee3 --createModule"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kentico/kontent-schema-generator-graphql.git"
},
"keywords": [
"graphql",
"generator",
"kentico",
"kentico-kontent",
"headless",
"cms"
],
"author": "Ondřej Chrastina <ondrej.chrastina@kentico.com> (https://github.com/Simply007)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kentico/kontent-schema-generator-graphql/issues"
},
"homepage": "https://github.com/Kentico/kontent-schema-generator-graphql#readme",
"dependencies": {
"@kentico/kontent-core": "^5.0.1",
"@kentico/kontent-delivery": "^8.1.0",
"@types/yargs": "^12.0.1",
"rxjs": "^6.5.2",
"yargs": "^12.0.5"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.2.1"
}
}