{
  "name": "openapi-axios-client-typegen",
  "description": "Typescript type generator for openapi-client-axios",
  "version": "5.0.6",
  "author": "Viljami Kuosmanen <viljami@viljami.io>",
  "license": "MIT",
  "bin": {
    "typegen": "./typegen"
  },
  "files": [
    "typegen",
    "*.js",
    "*.d.ts",
    "**/*.js",
    "**/*.d.ts",
    "!*.jest.config.js",
    "!*.png",
    "!src/**",
    "!__tests__/**",
    "!*.config.js"
  ],
  "keywords": [
    "openapi",
    "swagger",
    "client",
    "axios",
    "typegen",
    "frontend",
    "browser",
    "typescript"
  ],
  "homepage": "https://github.com/anttiviljami/openapi-client-axios/tree/master/packages/typegen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anttiviljami/openapi-client-axios.git"
  },
  "bugs": {
    "url": "https://github.com/anttiviljami/openapi-client-axios/issues"
  },
  "main": "typegen.js",
  "types": "typegen.d.ts",
  "dependencies": {
    "@anttiviljami/dtsgenerator": "^3.12.2",
    "@apidevtools/json-schema-ref-parser": "^9.0.9",
    "axios": "^0.25.0",
    "indent-string": "^4.0.0",
    "lodash": "^4.17.21",
    "openapi-axios-client": "^5.2.4",
    "openapi-types": "^10.0.0",
    "swagger-parser": "^10.0.2",
    "yargs": "^17.3.0"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/lodash": "^4.14.178",
    "@types/yargs": "^17.0.7",
    "jest": "^27.4.4",
    "ts-jest": "^27.1.1",
    "tslint": "^6.1.3",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "^4.5.5"
  },
  "scripts": {
    "build": "tsc",
    "watch-build": "tsc -w",
    "prepare": "npm run build",
    "test": "NODE_ENV=test jest",
    "lint": "tslint --format prose --project .",
    "lint:fix": "tslint --fix --format prose --project ."
  },
  "gitHead": "82ddb290a1fc3ef23d9714b348f9f3d4c3b015a9"
}
