UNPKG

graphql-cli-prepare

Version:

Plugin for graphql-cli to bundle schemas and generate bindings

48 lines (47 loc) 1.21 kB
{ "name": "graphql-cli-prepare", "version": "1.4.19", "description": "Plugin for graphql-cli to bundle schemas and generate bindings", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc -d", "pretest": "npm run build", "test": "tslint src/**/*.ts" }, "repository": { "type": "git", "url": "https://github.com/graphql-cli/graphql-cli-prepare.git" }, "keywords": [ "graphql", "graphql-cli" ], "author": "Kim Brandwijk <kim.brandwijk@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphql-cli/graphql-cli-prepare/issues" }, "homepage": "https://github.com/graphql-cli/graphql-cli-prepare#readme", "devDependencies": { "@types/fs-extra": "5.0.1", "@types/inquirer": "0.0.36", "@types/node": "9.4.6", "@types/yargs": "11.0.0", "graphql": "0.13.1", "graphql-config": "2.0.1", "tslint": "5.9.1", "typescript": "2.7.2" }, "release": { "branch": "master" }, "dependencies": { "chalk": "2.3.1", "fs-extra": "5.0.0", "graphql-import": "0.4.5", "graphql-static-binding": "0.9.3", "lodash": "4.17.5" } }