{
  "name": "@ilinyhsergey/openapi-codegen",
  "version": "2.0.0",
  "description": "OpenAPI 3.0 CodeGen",
  "main": "index.js",
  "bin": {
    "cg": "./cg.js"
  },
  "scripts": {
    "test": "npx mocha --delay"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilinyhsergey/openapi-codegen.git"
  },
  "keywords": [
    "openapi",
    "swagger",
    "openapi3",
    "codegen"
  ],
  "author": "Mike Ralphson",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ilinyhsergey/openapi-codegen/issues"
  },
  "homepage": "https://github.com/ilinyhsergey/openapi-codegen#readme",
  "dependencies": {
    "adm-zip": "^0.4.7",
    "case": "^1.5.4",
    "co": "^4.6.0",
    "connect": "^3.6.5",
    "hogan.js": "^3.0.2",
    "js-yaml": "^3.10.0",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.0.0",
    "openapi-sampler": "^1.0.0-beta.8",
    "reftools": "0.0.20",
    "rimraf": "^2.6.2",
    "safe-json-stringify": "github:MikeRalphson/safe-json-stringify",
    "swagger-tools": "^0.10.3",
    "swagger2openapi": "^2.11.9",
    "uuid": "^3.1.0",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "ajv": "^6.0.1",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.19.1",
    "mocha": "^5.0.0",
    "node-readfiles": "^0.2.0",
    "should": "^13.1.3",
    "webpack": "^3.8.1"
  }
}
