UNPKG

@gqty/cli

Version:

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

51 lines 1.35 kB
{ "name": "@gqty/cli", "version": "4.0.0-canary-20240421061330.465dc301185f6de2f3eb9f068cbdeff56cd698fa", "sideEffects": false, "dependencies": { "@graphql-codegen/core": "^3.1.0", "@graphql-codegen/typescript": "^3.0.2", "@graphql-tools/delegate": "^9.0.25", "@graphql-tools/utils": "^9.2.0", "@graphql-tools/wrap": "^9.3.4", "chalk": "^5.2.0", "commander": "^11.0.0", "cosmiconfig": "^8.1.3", "cross-fetch": "^3.1.5", "fast-glob": "^3.2.12", "gqty": "^3.0.0-canary-20240421061330.465dc301185f6de2f3eb9f068cbdeff56cd698fa", "graphql": "^16.0.0", "inquirer": "^8.2.5", "lodash-es": "^4.17.21", "micromatch": "^4.0.5", "mkdirp": "^2.1.5", "prettier": "^2.8.6", "trading-signals": "^3.7.0" }, "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" } }