{
  "name": "openapi-ts-generator",
  "version": "10.52.2",
  "description": "Based on swagger-ts-generator, this is a type script model generator specifically for services with OpenApi spec documentation.",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.js",
      "types": "./index.d.ts"
    },
    "./enums": {
      "import": "./enums/index.js",
      "require": "./enums/index.js",
      "types": "./enums/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc && cp -rfv ./src/templates ./lib",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint-json": "eslint --output-file ./eslint-report.json --format json",
    "lint-html": "eslint --output-file ./eslint-report.html --format html",
    "link": "npm run build && cd lib && npm link && cd ..",
    "test": "npm run build && jest --collect-coverage",
    "prep:lib": "rm -rv ./lib/*.spec.* && rm -rv ./lib/**/*.spec.* && cp -v ./package.json ./lib/ && cp -v ./LICENSE ./lib/ && cp -v ./README.md ./lib/",
    "debug": "npm run build && node --inspect-brk ./lib/app.js"
  },
  "author": {
    "name": "Isaac Martinez <@ikemtz>"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ikemtz/OpenApi-TS-Generator.git"
  },
  "keywords": [
    "OpenAPI",
    "TypeScript",
    "TS",
    "Interfaces",
    "Angular",
    "Swagger"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ikemtz/OpenApi-TS-Generator/issues"
  },
  "files": [
    "**/*"
  ],
  "homepage": "https://github.com/ikemtz/OpenApi-TS-Generator#readme",
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@jest/globals": "^30.2.0",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.23",
    "@types/node": "^22.19.7",
    "@types/pluralize": "^0.0.33",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^7.2.1",
    "jest": "^30.2.0",
    "jest-junit": "^16.0.0",
    "jest-util": "^30.2.0",
    "openapi3-ts": "^4.5.0",
    "prettier": "^3.8.1",
    "rxjs": "^7.6.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.55.0"
  },
  "dependencies": {
    "axios": "^1.13.5",
    "handlebars": ">=4.x",
    "lodash": "^4.17.23",
    "pluralize": ">=8.x"
  },
  "peerDependencies": {
    "handlebars": ">=4.x",
    "pluralize": ">=8.x",
    "rxjs": "*"
  }
}
