UNPKG

@graphql-cli/init

Version:

Creates a GraphQL project using a template or GraphQL Config file for your existing project.

42 lines 1.02 kB
{ "name": "@graphql-cli/init", "description": "Creates a GraphQL project using a template or GraphQL Config file for your existing project.", "version": "4.1.0", "license": "MIT", "main": "dist/index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Urigo/graphql-cli", "directory": "packages/commands/init" }, "keywords": [ "graphql-cli", "graphql-cli-plugin" ], "scripts": { "build": "tsc" }, "dependencies": { "@graphql-cli/common": "4.1.0", "chalk": "4.1.0", "cosmiconfig": "7.0.0", "create-graphback": "1.0.1", "cross-fetch": "3.0.6", "fs-extra": "9.0.1", "fullname": "4.0.1", "graphql": "15.3.0", "inquirer": "7.3.3", "js-yaml": "3.14.0", "latest-version": "5.1.0", "openapi-to-graphql": "2.2.5", "ora": "5.1.0", "rimraf": "3.0.2", "simple-git": "2.21.0", "string-env-interpolation": "1.0.1", "tmp": "0.2.1", "tslib": "2.0.2" } }