{
  "name": "swagger-2-ts-file",
  "version": "3.1.2",
  "description": "swagger json to ts file",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "./deploy/build.sh",
    "lint": "eslint",
    "dev": "tsx ./examples/index.ts"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yl617341586/swagger-2-typescript.git"
  },
  "keywords": [
    "swagger",
    "typescript",
    "openapi",
    "openapi3.0"
  ],
  "author": "",
  "license": "ISC",
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  },
  "bugs": {
    "url": "https://github.com/yl617341586/swagger-2-typescript/issues"
  },
  "homepage": "https://github.com/yl617341586/swagger-2-typescript#readme",
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
    "@babel/plugin-transform-optional-chaining": "^7.25.9",
    "@babel/preset-env": "^7.20.2",
    "@eslint/js": "^9.24.0",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^14.0.3",
    "@types/node": "^22.14.1",
    "@typescript-eslint/parser": "^8.30.1",
    "eslint": "^9.24.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-import-resolver-typescript": "^4.3.2",
    "eslint-plugin-import-x": "^4.10.3",
    "eslint-plugin-prettier": "^5.2.6",
    "git-cz": "^4.9.0",
    "globals": "^16.0.0",
    "openapi-types": "^12.1.3",
    "prettier": "^3.5.3",
    "rollup": "^3.4.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "semantic-release": "^24.2.3",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.30.1"
  },
  "dependencies": {
    "yaml": "^2.7.1"
  }
}
