UNPKG

@graphql-mesh/serve-cli

Version:
67 lines 1.82 kB
{ "name": "@graphql-mesh/serve-cli", "version": "0.4.7-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "sideEffects": false, "peerDependenciesMeta": { "@parcel/watcher": { "optional": true } }, "peerDependencies": { "@parcel/watcher": "^2.1.0", "graphql": "*" }, "dependencies": { "@commander-js/extra-typings": "^12.0.1", "@graphql-mesh/cross-helpers": "^0.4.2", "@graphql-mesh/serve-runtime": "0.3.7-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "@graphql-mesh/types": "0.98.5-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "@graphql-mesh/utils": "0.98.5-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "@graphql-tools/utils": "^10.2.0", "commander": "^12.0.0", "dotenv": "^16.3.1", "json-bigint-patch": "^0.0.8", "spinnies": "^0.5.1", "tsx": "^4.7.1", "uWebSockets.js": "uNetworking/uWebSockets.js#semver:^20" }, "optionalDependencies": { "node-libcurl": "^4.0.0" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/serve-cli" }, "license": "MIT", "engines": { "node": ">=16.0.0" }, "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-serve": "cjs/bin.js" } }