{
    "name": "josh-openapi-typescript-codegen",
    "version": "0.24.13",
    "description": "Library that generates Typescript clients based on the OpenAPI specification.",
    "author": "Ferdi Koomen",
    "homepage": "https://github.com/josh-hemphill/openapi-typescript-codegen",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/josh-hemphill/openapi-typescript-codegen.git"
    },
    "bugs": {
        "url": "https://github.com/josh-hemphill/openapi-typescript-codegen/issues"
    },
    "license": "MIT",
    "keywords": [
        "openapi",
        "swagger",
        "generator",
        "typescript",
        "yaml",
        "json",
        "fetch",
        "xhr",
        "axios",
        "angular",
        "node"
    ],
    "maintainers": [
        {
            "name": "Ferdi Koomen",
            "email": "info@madebyferdi.com"
        }
    ],
    "main": "dist/index.js",
    "types": "types/index.d.ts",
    "bin": {
        "openapi": "bin/index.js"
    },
    "files": [
        "bin/index.js",
        "dist/index.js",
        "types/index.d.ts"
    ],
    "scripts": {
        "clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache",
        "build": "rollup --config --environment NODE_ENV:development",
        "build:watch": "rollup --config --environment NODE_ENV:development --watch",
        "release": "rollup --config --environment NODE_ENV:production",
        "validate": "tsc --project tsconfig.json --noEmit",
        "run": "node ./test/index.js",
        "test": "jest --selectProjects UNIT",
        "test:update": "jest --selectProjects UNIT --updateSnapshot",
        "test:watch": "jest --selectProjects UNIT --watch",
        "test:coverage": "jest --selectProjects UNIT --coverage",
        "test:e2e": "jest --selectProjects E2E --runInBand --verbose",
        "eslint": "eslint .",
        "eslint:fix": "eslint . --fix",
        "prepublishOnly": "npm run clean && npm run release",
        "codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
        "docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
    },
    "dependencies": {
        "camelcase": "^6.3.0",
        "commander": "^10.0.0",
        "fs-extra": "^11.1.1",
        "handlebars": "^4.7.7",
        "json-schema-ref-parser": "^9.0.9"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "15.2.5",
        "@angular/animations": "15.2.6",
        "@angular/cli": "15.2.5",
        "@angular/common": "15.2.6",
        "@angular/compiler": "15.2.6",
        "@angular/compiler-cli": "15.2.6",
        "@angular/core": "15.2.6",
        "@angular/forms": "15.2.6",
        "@angular/platform-browser": "15.2.6",
        "@angular/platform-browser-dynamic": "15.2.6",
        "@angular/router": "15.2.6",
        "@babel/cli": "7.21.0",
        "@babel/core": "7.21.4",
        "@babel/preset-env": "7.21.4",
        "@babel/preset-typescript": "7.21.4",
        "@rollup/plugin-commonjs": "24.0.1",
        "@rollup/plugin-node-resolve": "15.0.2",
        "@rollup/plugin-typescript": "11.1.0",
        "@types/cross-spawn": "6.0.2",
        "@types/express": "4.17.17",
        "@types/fs-extra": "^11.0.1",
        "@types/glob": "8.1.0",
        "@types/jest": "29.5.0",
        "@types/node": "18.15.11",
        "@types/node-fetch": "2.6.3",
        "@types/qs": "6.9.7",
        "@typescript-eslint/eslint-plugin": "5.57.1",
        "@typescript-eslint/parser": "5.58.0",
        "abort-controller": "3.0.0",
        "axios": "1.3.5",
        "codecov": "3.8.3",
        "cross-spawn": "7.0.3",
        "eslint": "8.38.0",
        "eslint-config-prettier": "8.8.0",
        "eslint-plugin-prettier": "4.2.1",
        "eslint-plugin-simple-import-sort": "10.0.0",
        "express": "4.18.2",
        "form-data": "4.0.0",
        "glob": "10.0.0",
        "jest": "29.5.0",
        "jest-cli": "29.5.0",
        "node-fetch": "2.6.9",
        "prettier": "2.8.7",
        "puppeteer": "19.8.5",
        "qs": "6.11.1",
        "rimraf": "5.0.0",
        "rollup": "3.20.2",
        "rollup-plugin-terser": "7.0.2",
        "rxjs": "7.8.0",
        "ts-node": "10.9.1",
        "tslib": "2.5.0",
        "typescript": "4.9.5",
        "zone.js": "0.13.0"
    },
    "overrides": {
        "node-fetch": "2.6.9",
        "rollup": "3.20.2",
        "typescript": "4.9.5"
    }
}
