UNPKG

@gqty/cli

Version:

## Visit [https://gqty.dev/docs/cli/codegen](https://gqty.dev/docs/cli/codegen)

50 lines 1.34 kB
{ "name": "@gqty/cli", "version": "4.0.0-canary-20240421093028.0b5cb8adf5e28209efc0690622c2782bc37a2ee4", "sideEffects": false, "dependencies": { "@graphql-codegen/core": "^4.0.2", "@graphql-codegen/typescript": "^4.0.6", "@graphql-tools/delegate": "^10.0.4", "@graphql-tools/utils": "^10.1.3", "@graphql-tools/wrap": "^10.0.5", "@inquirer/prompts": "^5.0.1", "chalk": "^5.2.0", "commander": "^11.0.0", "cosmiconfig": "^9.0.0", "cross-fetch": "^4.0.0", "fast-glob": "^3.2.12", "gqty": "^3.0.0-canary-20240421093028.0b5cb8adf5e28209efc0690622c2782bc37a2ee4", "graphql": "^16.0.0", "lodash-es": "^4.17.21", "micromatch": "^4.0.5", "prettier": "^2.8.6", "trading-signals": "^5.0.1" }, "repository": { "type": "git", "url": "https://github.com/gqty-dev/gqty.git" }, "homepage": "https://gqty.dev", "author": "PabloSzx <pablosaez1995@gmail.com>", "license": "MIT", "main": "index.js", "module": "index.mjs", "exports": { ".": { "types": "./index.d.ts", "require": "./index.js", "import": "./index.mjs" }, "./deps": "./deps.js", "./*": { "types": "./*.d.ts", "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" }, "bin": { "gqty": "./bin.mjs" } }