{
  "name": "nexus-api-codegen",
  "version": "1.7.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "nexus": "dist/cli/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node scripts/inject-version.js && tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "codegen",
    "nexus",
    "typescript",
    "api management"
  ],
  "author": "GuoHL",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@types/inquirer": "^8.2.12",
    "@types/node": "^25.0.3",
    "@types/prettier": "^2.7.3",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "axios": "^1.13.2",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.2",
    "inquirer": "^8.2.7",
    "prettier": "^3.7.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
