{
  "name": "@tcatche/swagger-api",
  "version": "1.1.0",
  "description": "Swagger to axios api codegen, fork from https://github.com/Lvison/swagger-vue",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+git@github.com:tcatche/swagger-api.git"
  },
  "keywords": [
    "swagger",
    "js",
    "vue",
    "codegen"
  ],
  "author": "tcatche",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tcatche/swagger-api/issues"
  },
  "homepage": "https://github.com/tcatche/swagger-api",
  "dependencies": {
    "handlebars": "^4.0.6",
    "js-beautify": "^1.6.12",
    "lodash": "^4.17.4",
    "openapi-typescript": "^5.1.0",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "eslint": "^3.18.0",
    "eslint-config-standard": "^7.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^2.1.1"
  }
}
