{
  "name": "openapi-nodegen",
  "version": "5.0.3",
  "description": "package moved to 'generate-it'",
  "author": "Acrontum GmbH",
  "license": "MIT",
  "main": "./build/openapiNodegen.js",
  "bin": {
    "openapi-nodegen": "./build/cli.js"
  },
  "scripts": {
    "install:githooks": "cp ./githooks/* .git/hooks",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "npm run build && jest --runInBand",
    "test:unit:single": "jest --collect-coverage false",
    "lint": "tslint --project tsconfig.json",
    "lint:fix": "tslint --project tsconfig.json --fix",
    "build:tocs": "npx doctoc .",
    "build": "rm -fR ./build && ttsc -p .",
    "build:watch": "ttsc --watch -p .",
    "start": "node cli.js",
    "prepublishOnly": "npm run lint && npm run test"
  },
  "keywords": [],
  "dependencies": {
    "colors": "^1.4.0",
    "commander": "^4.1.1",
    "compare-versions": "^3.6.0",
    "deepmerge": "^4.2.2",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.1.0",
    "js-yaml": "^3.13.1",
    "json-schema-ref-parser": "^8.0.0",
    "json-schema-resolve-allof": "^1.5.0",
    "lodash": "^4.17.15",
    "md5-file": "^4.0.0",
    "nunjucks": "^3.2.0",
    "prettier": "^2.0.2",
    "progress": "^2.0.3",
    "project-name-generator": "^2.1.7",
    "quicktype": "^15.0.222",
    "recursive-copy": "^2.0.10",
    "text-file-diff": "^1.1.2",
    "uglify-es": "^3.3.9",
    "walk": "^2.3.14",
    "word-wrap": "^1.2.3"
  },
  "devDependencies": {
    "@types/fs-extra": "^8.1.0",
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^25.1.4",
    "@types/js-yaml": "^3.12.2",
    "@types/json-schema": "^7.0.4",
    "@types/lodash": "^4.14.149",
    "@types/nunjucks": "^3.1.3",
    "@types/prettier": "^1.19.0",
    "@types/walk": "^2.3.0",
    "@types/yamljs": "^0.2.30",
    "@zerollup/ts-transform-paths": "^1.7.12",
    "codecov": "^3.6.5",
    "eslint": "^6.8.0",
    "hasha": "^5.2.0",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "tslint": "^6.1.0",
    "ttypescript": "^1.5.10",
    "typescript": "^3.8.3"
  }
}
