{
    "name": "@implydata/openapi-ts",
    "version": "0.23.5",
    "description": "Library that generates Typescript clients based on the OpenAPI specification.",
    "author": "Ferdi Koomen",
    "homepage": "https://github.com/implydata/openapi-ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/implydata/openapi-ts.git"
    },
    "bugs": {
        "url": "https://github.com/implydata/openapi-ts/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"
    ],
    "volta": {
        "node": "16.17.1"
    },
    "release": {
        "plugins": [
            "@semantic-release/commit-analyzer",
            "@semantic-release/release-notes-generator",
            "@semantic-release/npm",
            "@semantic-release/github",
            "@semantic-release/changelog"
        ]
    },
    "scripts": {
        "clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache",
        "build": "./bundle.js build",
        "build:watch": "./bundle.js build --watch",
        "release": "tsc && ./bundle.js build --mode 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",
        "prepare": "npm run clean && npm run release",
        "codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
        "docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
    },
    "dependencies": {
        "commander": "^11.0.0"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "^16.1.3",
        "@angular/animations": "^16.1.3",
        "@angular/cli": "^16.1.3",
        "@angular/common": "^16.1.3",
        "@angular/compiler-cli": "^16.1.3",
        "@angular/compiler": "^16.1.3",
        "@angular/core": "^16.1.3",
        "@angular/forms": "^16.1.3",
        "@angular/platform-browser-dynamic": "^16.1.3",
        "@angular/platform-browser": "^16.1.3",
        "@angular/router": "^16.1.3",
        "@apidevtools/json-schema-ref-parser": "^9.1.0",
        "@babel/cli": "7.23.9",
        "@babel/core": "7.23.9",
        "@babel/preset-env": "7.23.9",
        "@babel/preset-typescript": "7.23.3",
        "@types/cross-spawn": "6.0.6",
        "@types/express": "4.17.21",
        "@types/fs-extra": "^11.0.1",
        "@types/glob": "8.1.0",
        "@types/jest": "29.5.12",
        "@types/node-fetch": "2.6.4",
        "@types/node": "20.11.17",
        "@types/qs": "6.9.11",
        "@typescript-eslint/eslint-plugin": "6.20.0",
        "@typescript-eslint/parser": "6.20.0",
        "abort-controller": "3.0.0",
        "axios": "1.6.7",
        "camelcase": "^6.3.0",
        "codecov": "3.8.3",
        "cross-spawn": "7.0.3",
        "esbd": "^3.3.3",
        "esbuild": "^0.20.2",
        "eslint-config-prettier": "8.10.0",
        "eslint-plugin-prettier": "5.1.3",
        "eslint-plugin-simple-import-sort": "10.0.0",
        "eslint": "8.56.0",
        "express": "4.18.2",
        "form-data": "4.0.0",
        "fs-extra": "^11.1.1",
        "glob": "10.3.10",
        "handlebars": "^4.7.7",
        "jest-cli": "29.7.0",
        "jest": "29.7.0",
        "node-fetch": "2.6.9",
        "prettier": "3.2.4",
        "puppeteer": "20.9.0",
        "qs": "6.11.2",
        "rimraf": "5.0.5",
        "rxjs": "7.8.1",
        "ts-node": "10.9.2",
        "tslib": "2.6.2",
        "typescript": "5.1.6",
        "zone.js": "0.13.3"
    },
    "overrides": {
        "node-fetch": "2.6.9",
        "rollup": "3.26.1",
        "typescript": "5.1.6"
    }
}
