graphql-code-generator
Version:
<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>
103 lines (102 loc) • 2.74 kB
JSON
{
"name": "graphql-code-generator",
"version": "0.18.2",
"license": "MIT",
"bin": {
"gql-gen": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotansimha/graphql-codegen.git"
},
"scripts": {
"clean": "rimraf ./dist",
"lint": "tslint src/**/*.ts",
"prebuild": "yarn clean && yarn lint",
"build": "tsc",
"prestart": "yarn build",
"start": "cd dist && node index.js",
"debug": "cd dist && node --inspect --debug-brk index.js",
"test": "jest --no-cache --verbose --runInBand"
},
"keywords": [
"gql",
"generator",
"code",
"types",
"interfaces",
"graphql",
"codegen",
"apollo",
"node",
"typescript",
"ts",
"flow",
"types",
"d.ts",
"typings"
],
"author": "Dotan Simha <dotansimha@gmail.com>",
"bugs": {
"url": "https://github.com/dotansimha/graphql-codegen/issues"
},
"homepage": "https://github.com/dotansimha/graphql-codegen#readme",
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"@types/babylon": "6.16.5",
"@types/is-glob": "4.0.0",
"@types/prettier": "1.16.1",
"@types/valid-url": "1.0.2",
"babel-types": "7.0.0-beta.3",
"babylon": "7.0.0-beta.47",
"chalk": "2.4.2",
"change-case": "3.1.0",
"chokidar": "2.1.2",
"commander": "2.19.0",
"common-tags": "1.8.0",
"detect-indent": "5.0.0",
"glob": "7.1.3",
"graphql-codegen-core": "0.18.2",
"graphql-config": "2.2.1",
"graphql-import": "0.7.1",
"graphql-tag-pluck": "0.6.0",
"graphql-toolkit": "0.2.0",
"graphql-tools": "4.0.4",
"indent-string": "3.2.0",
"inquirer": "6.2.2",
"is-glob": "4.0.0",
"is-valid-path": "0.1.1",
"js-yaml": "3.13.1",
"json-to-pretty-yaml": "1.2.2",
"listr": "0.14.3",
"listr-update-renderer": "0.5.0",
"log-symbols": "2.2.0",
"log-update": "2.3.0",
"mkdirp": "0.5.1",
"prettier": "1.16.4",
"request": "2.88.0",
"valid-url": "1.0.9"
},
"devDependencies": {
"@types/chokidar": "1.7.5",
"@types/detect-indent": "5.0.0",
"@types/inquirer": "0.0.44",
"@types/js-yaml": "3.12.0",
"@types/listr": "0.13.0",
"@types/log-symbols": "2.0.0",
"@types/log-update": "2.0.0",
"graphql-codegen-add": "0.18.2",
"graphql-codegen-time": "0.18.2",
"graphql-codegen-typescript-client": "0.18.2",
"graphql-codegen-typescript-common": "0.18.2",
"graphql-codegen-typescript-server": "0.18.2",
"ts-jest": "24.0.0"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"typescript": {
"definition": "./dist/index.d.ts"
}
}