@graphql-mesh/cli
Version:
79 lines • 2.15 kB
JSON
{
"name": "@graphql-mesh/cli",
"version": "0.82.33-alpha-20230417124257-a0c015fd7",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-codegen/core": "3.1.0",
"@graphql-codegen/typed-document-node": "4.0.0",
"@graphql-codegen/typescript": "3.0.3",
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
"@graphql-codegen/typescript-operations": "3.0.3",
"@graphql-codegen/typescript-resolvers": "3.2.0",
"@graphql-mesh/config": "10.1.15",
"@graphql-mesh/cross-helpers": "0.3.4",
"@graphql-mesh/http": "0.3.28",
"@graphql-mesh/runtime": "0.46.23",
"@graphql-mesh/store": "0.9.20",
"@graphql-mesh/types": "0.91.15-alpha-20230417124257-a0c015fd7",
"@graphql-mesh/utils": "0.43.22",
"@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": "3.0.0",
"open": "7.4.2",
"pascal-case": "3.1.2",
"rimraf": "5.0.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"tslib": "^2.4.0",
"typescript": "5.0.4",
"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"
}
}