UNPKG

@graphql-mesh/cli

Version:
79 lines 2.27 kB
{ "name": "@graphql-mesh/cli", "version": "0.82.31-alpha-20230403212549-edc2a8cf4", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@graphql-codegen/core": "3.1.0", "@graphql-codegen/typed-document-node": "3.0.2", "@graphql-codegen/typescript": "3.0.2", "@graphql-codegen/typescript-generic-sdk": "3.1.0", "@graphql-codegen/typescript-operations": "3.0.2", "@graphql-codegen/typescript-resolvers": "3.1.1", "@graphql-mesh/config": "10.1.14-alpha-20230403212549-edc2a8cf4", "@graphql-mesh/cross-helpers": "0.3.4", "@graphql-mesh/http": "0.3.27-alpha-20230403212549-edc2a8cf4", "@graphql-mesh/runtime": "0.46.22-alpha-20230403212549-edc2a8cf4", "@graphql-mesh/store": "0.9.20", "@graphql-mesh/types": "0.91.13-alpha-20230403212549-edc2a8cf4", "@graphql-mesh/utils": "0.43.21-alpha-20230403212549-edc2a8cf4", "@graphql-tools/utils": "9.2.1", "ajv": "8.12.0", "change-case": "4.1.2", "cosmiconfig": "8.1.3", "dnscache": "1.0.2", "dotenv": "16.0.3", "graphql-import-node": "0.0.5", "graphql-ws": "5.12.1", "json-bigint-patch": "0.0.8", "json5": "2.2.3", "mkdirp": "2.1.6", "open": "7.4.2", "pascal-case": "3.1.2", "rimraf": "4.4.1", "ts-node": "10.9.1", "tsconfig-paths": "4.2.0", "tslib": "^2.4.0", "typescript": "5.0.3", "ws": "8.13.0", "yargs": "17.7.1" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/cli" }, "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" }, "bin": { "mesh": "cjs/bin.js", "gql-mesh": "cjs/bin.js", "graphql-mesh": "cjs/bin.js", "graphql-mesh-esm": "esm/bin.js" } }