2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@graphql-hive/cli",
|
2024-04-23 16:06:36 +00:00
|
|
|
"version": "0.37.0",
|
2022-11-24 10:00:41 +00:00
|
|
|
"description": "A CLI util to manage and control your GraphQL Hive",
|
2022-05-18 07:26:57 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "kamilkisiela/graphql-hive",
|
|
|
|
|
"directory": "packages/libraries/cli"
|
|
|
|
|
},
|
2024-04-23 15:51:43 +00:00
|
|
|
"homepage": "https://the-guild.dev/graphql/hive",
|
2022-11-24 10:00:41 +00:00
|
|
|
"author": {
|
|
|
|
|
"email": "contact@the-guild.dev",
|
|
|
|
|
"name": "The Guild",
|
|
|
|
|
"url": "https://the-guild.dev"
|
|
|
|
|
},
|
2022-05-18 07:26:57 +00:00
|
|
|
"license": "MIT",
|
2022-11-24 10:00:41 +00:00
|
|
|
"engines": {
|
2024-04-23 15:51:43 +00:00
|
|
|
"node": ">=16.0.0"
|
2022-11-24 10:00:41 +00:00
|
|
|
},
|
2022-05-18 07:26:57 +00:00
|
|
|
"bin": {
|
|
|
|
|
"hive": "./bin/run"
|
|
|
|
|
},
|
2022-11-11 08:54:11 +00:00
|
|
|
"main": "dist/index.js",
|
2022-05-18 07:26:57 +00:00
|
|
|
"files": [
|
|
|
|
|
"/bin",
|
|
|
|
|
"/dist",
|
|
|
|
|
"/oclif.manifest.json"
|
|
|
|
|
],
|
2022-11-24 10:00:41 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"graphql"
|
|
|
|
|
],
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
2023-06-27 19:25:49 +00:00
|
|
|
"oclif:pack": "npm pack && pnpm oclif pack tarballs --no-xz && pnpm oclif pack win",
|
|
|
|
|
"oclif:upload": "pnpm oclif upload tarballs --no-xz && pnpm oclif upload win",
|
2022-11-24 10:00:41 +00:00
|
|
|
"postpack": "rm -f oclif.manifest.json",
|
|
|
|
|
"prebuild": "rimraf dist",
|
2024-04-23 15:51:43 +00:00
|
|
|
"prepack": "node scripts/replace-workspace.mjs rimraf lib && tsc -b && oclif manifest && oclif readme",
|
2024-04-03 13:48:52 +00:00
|
|
|
"prepublishOnly": "oclif manifest && oclif readme",
|
2022-11-24 10:00:41 +00:00
|
|
|
"schema:check:federation": "pnpm start schema:check examples/federation.graphql --service reviews",
|
2022-11-01 00:11:53 +00:00
|
|
|
"schema:check:single": "pnpm start schema:check examples/single.graphql",
|
2023-02-09 15:45:36 +00:00
|
|
|
"schema:check:stitching": "pnpm start schema:check --service posts examples/stitching.posts.graphql",
|
|
|
|
|
"schema:publish:federation": "pnpm start schema:publish --service reviews --url reviews.com/graphql examples/federation.reviews.graphql",
|
2022-11-24 10:00:41 +00:00
|
|
|
"start": "./bin/dev",
|
|
|
|
|
"version": "oclif readme && git add README.md"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-04-23 15:51:43 +00:00
|
|
|
"@graphql-hive/core": "workspace:*",
|
2024-02-26 10:36:48 +00:00
|
|
|
"@graphql-inspector/core": "5.1.0-alpha-20231208113249-34700c8a",
|
2024-01-31 08:29:55 +00:00
|
|
|
"@graphql-tools/code-file-loader": "~8.1.0",
|
2023-05-21 09:39:20 +00:00
|
|
|
"@graphql-tools/graphql-file-loader": "~8.0.0",
|
|
|
|
|
"@graphql-tools/json-file-loader": "~8.0.0",
|
|
|
|
|
"@graphql-tools/load": "~8.0.0",
|
|
|
|
|
"@graphql-tools/url-loader": "~8.0.0",
|
2024-04-16 06:58:04 +00:00
|
|
|
"@graphql-tools/utils": "10.1.3",
|
2023-07-04 15:19:45 +00:00
|
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
2023-06-27 19:25:49 +00:00
|
|
|
"@oclif/core": "^2.8.5",
|
2023-10-24 08:51:43 +00:00
|
|
|
"@oclif/plugin-help": "5.2.20",
|
2023-10-25 08:58:56 +00:00
|
|
|
"@oclif/plugin-update": "3.2.4",
|
2024-03-02 08:34:47 +00:00
|
|
|
"@whatwg-node/fetch": "0.9.17",
|
2022-05-18 07:26:57 +00:00
|
|
|
"colors": "1.4.0",
|
2022-12-15 09:02:12 +00:00
|
|
|
"env-ci": "7.3.0",
|
2023-09-27 07:16:05 +00:00
|
|
|
"graphql": "^16.8.1",
|
2022-05-18 07:26:57 +00:00
|
|
|
"graphql-tag": "2.12.6",
|
2024-02-25 15:51:42 +00:00
|
|
|
"mkdirp": "3.0.1",
|
2023-09-18 13:30:09 +00:00
|
|
|
"tslib": "2.6.2",
|
2023-10-23 13:41:50 +00:00
|
|
|
"zod": "3.22.4"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-11-07 08:14:46 +00:00
|
|
|
"@types/env-ci": "3.1.4",
|
2024-03-24 08:13:53 +00:00
|
|
|
"@types/mkdirp": "2.0.0",
|
2023-09-27 07:16:05 +00:00
|
|
|
"graphql": "16.8.1",
|
2023-10-24 06:41:41 +00:00
|
|
|
"oclif": "3.17.2",
|
2023-06-13 15:54:14 +00:00
|
|
|
"rimraf": "4.4.1",
|
2023-12-10 13:38:54 +00:00
|
|
|
"ts-node": "10.9.2"
|
2022-11-24 10:00:41 +00:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://registry.npmjs.org",
|
|
|
|
|
"access": "public"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"oclif": {
|
|
|
|
|
"commands": "./dist/commands",
|
|
|
|
|
"bin": "hive",
|
|
|
|
|
"plugins": [
|
|
|
|
|
"@oclif/plugin-help",
|
|
|
|
|
"@oclif/plugin-update"
|
|
|
|
|
],
|
|
|
|
|
"update": {
|
|
|
|
|
"s3": {
|
2023-11-24 07:44:17 +00:00
|
|
|
"host": "https://cli.graphql-hive.com/",
|
2022-05-18 07:50:28 +00:00
|
|
|
"bucket": "graphql-hive-cli"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|