@gqty/cli
Version:
Interactive codegen for GQty
58 lines • 1.4 kB
JSON
{
"name": "@gqty/cli",
"version": "4.2.0-canary-20240824090758.321dd7a71dbdfbc547d6324cca576b6ff76986f7",
"description": "Interactive codegen for GQty",
"peerDependencies": {
"trading-signals": "^5.0.4"
},
"peerDependenciesMeta": {
"trading-signals": {
"optional": true
}
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@graphql-codegen/core": "^4.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-tools/delegate": "^10.0.18",
"@graphql-tools/utils": "^10.5.2",
"@graphql-tools/wrap": "^10.0.5",
"@inquirer/prompts": "^5.3.8",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"cross-fetch": "^4.0.0",
"fast-glob": "^3.3.2",
"gqty": "^3.2.1",
"graphql": "^16.9.0",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.7",
"prettier": "^2.8.8"
},
"repository": {
"type": "git",
"url": "https://github.com/gqty-dev/gqty.git"
},
"homepage": "https://gqty.dev",
"keywords": [
"client",
"codegen",
"gqty",
"graphql",
"interactive",
"reactive"
],
"author": "PabloSzx <pablosaez1995@gmail.com>",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
"bin": {
"gqty": "./bin.mjs"
}
}