@graphql-mesh/cli
Version:
79 lines (78 loc) • 2.23 kB
JSON
{
"name": "@graphql-mesh/cli",
"version": "0.75.5-alpha-20220804093904-8e2e41f7f",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/typed-document-node": "2.3.2",
"@graphql-codegen/typescript": "2.7.2",
"@graphql-codegen/typescript-generic-sdk": "2.5.0",
"@graphql-codegen/typescript-operations": "2.5.2",
"@graphql-codegen/typescript-resolvers": "2.7.2",
"@graphql-mesh/config": "6.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/runtime": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/store": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-tools/code-file-loader": "7.3.1",
"@graphql-tools/graphql-file-loader": "7.5.0",
"@graphql-tools/load": "7.7.1",
"@graphql-tools/utils": "8.9.0",
"@graphql-tools/wrap": "8.5.1",
"@graphql-yoga/node": "^2.4.0",
"ajv": "8.11.0",
"change-case": "4.1.2",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"cosmiconfig": "7.0.1",
"dnscache": "1.0.2",
"dotenv": "16.0.1",
"express": "4.18.1",
"graphql-import-node": "0.0.5",
"graphql-ws": "5.9.1",
"json-bigint-patch": "0.0.8",
"json5": "2.2.1",
"mkdirp": "1.0.4",
"open": "7.4.2",
"pascal-case": "3.1.2",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"tslib": "^2.4.0",
"typescript": "4.7.4",
"ws": "8.8.1",
"yargs": "17.5.1"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/cli"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
},
"bin": {
"mesh": "bin.js",
"gql-mesh": "bin.js",
"graphql-mesh": "bin.js"
}
}