UNPKG

graphql-cli

Version:

Command line tool for common GraphQL development workflows

39 lines 821 B
{ "name": "graphql-cli", "description": "Command line tool for common GraphQL development workflows", "keywords": [ "graphql", "graphql-cli", "cli" ], "repository": { "type": "git", "url": "https://github.com/Urigo/graphql-cli" }, "author": { "name": "Uri Goldshtein", "email": "uri.goldshtein@gmail.com", "url": "https://github.com/Urigo" }, "version": "4.1.0", "license": "MIT", "main": "dist/index.js", "publishConfig": { "access": "public" }, "bin": { "graphql": "dist/bin.js" }, "scripts": { "start": "ts-node src/bin.ts", "build": "tsc" }, "dependencies": { "@graphql-cli/common": "4.1.0", "@graphql-cli/init": "4.1.0", "globby": "11.0.1", "graphql-config": "3.0.3", "open": "7.3.0", "yargs": "16.0.3" } }