{
  "name": "@tiny-codes/swagger-api-hub",
  "version": "1.3.1",
  "description": "Generate front-end access code for swagger backend services in one click",
  "keywords": [
    "OpenApi",
    "swagger",
    "api",
    "codegen"
  ],
  "homepage": "https://github.com/shijistar/swagger-api-hub#readme",
  "bugs": {
    "url": "https://github.com/shijistar/swagger-api-hub/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shijistar/swagger-api-hub.git"
  },
  "license": "MIT",
  "author": "李凤宝(Leo) <shijistar@gmail.com>",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "swagger-api-hub": "bin/swagger-api-hub.js"
  },
  "files": [
    "bin",
    "lib",
    "templates",
    "cover.webp",
    "CHANGELOG.md"
  ],
  "scripts": {
    "api": "node ./bin/swagger-api-hub.js",
    "build": "father build",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "prepare": "husky",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.4.2",
    "axios": "^1.15.1",
    "colors": "^1.4.0",
    "commander": "^14.0.3",
    "cross-spawn": "^7.0.6",
    "lodash-es": "^4.18.1",
    "prettier": "^3.8.3",
    "signale": "^1.4.0",
    "swagger-typescript-api": "^13.6.10",
    "tsx": "^4.21.0"
  },
  "devDependencies": {
    "@tiny-codes/code-style-all-in-one": "^1.1.5",
    "@types/cross-spawn": "^6.0.6",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.19.3",
    "@types/signale": "^1.4.7",
    "father": "^4.6.10",
    "globals": "^15.15.0"
  }
}
