{
  "name": "@dankeroni/openapi-client-axios",
  "description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.",
  "version": "3.7.9",
  "author": "Viljami Kuosmanen <viljami@avoinsorsa.fi>",
  "license": "MIT",
  "keywords": [
    "openapi",
    "swagger",
    "client",
    "axios",
    "frontend",
    "browser",
    "mock",
    "typescript"
  ],
  "homepage": "https://github.com/anttiviljami/openapi-client-axios",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anttiviljami/openapi-client-axios.git"
  },
  "bugs": {
    "url": "https://github.com/anttiviljami/openapi-client-axios/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "*.js",
    "*.d.ts",
    "**/*.js",
    "**/*.d.ts",
    "!*.test.*",
    "!**/*.test.*",
    "!scripts",
    "!node_modules",
    "!src",
    "!*.config.js",
    "!typegen"
  ],
  "dependencies": {
    "axios": "^0.20.0",
    "bath-es5": "^3.0.3",
    "lodash": "^4.17.15",
    "openapi-schema-validator": "^7.0.1",
    "openapi-types": "^7.0.1",
    "query-string": "^6.5.0",
    "swagger-parser": "^10.0.2"
  },
  "devDependencies": {
    "@anttiviljami/dtsgenerator": "^2.5.1",
    "@types/jest": "^23.3.14",
    "@types/json-schema": "^7.0.6",
    "@types/lodash": "^4.14.121",
    "@types/node": "^10.12.29",
    "@types/swagger-parser": "^4.0.3",
    "@types/yargs": "^13.0.0",
    "axios-mock-adapter": "^1.16.0",
    "indent-string": "^4.0.0",
    "jest": "^24.8.0",
    "json-schema": "^0.2.5",
    "json-schema-deref-sync": "^0.13.0",
    "markdown-toc": "^1.2.0",
    "prettier": "^1.16.4",
    "source-map-support": "^0.5.10",
    "ts-jest": "^26.1.0",
    "tslint": "^5.13.1",
    "tslint-microsoft-contrib": "^5.2.1",
    "typescript": "^3.9.5",
    "yargs": "^13.2.2"
  },
  "scripts": {
    "build": "tsc",
    "watch-build": "tsc -w",
    "lint": "tslint --format prose --project .",
    "prettier": "prettier --write src/** __tests__/**",
    "toc": "./scripts/generate-toc.js",
    "prepare": "npm run build",
    "test": "NODE_ENV=test jest"
  }
}
