{
  "name": "ng-openapi-gen",
  "version": "0.51.0",
  "license": "MIT",
  "author": "Cyclos development team",
  "description": "An OpenAPI 3 codegen for Angular 12+",
  "keywords": [
    "angular",
    "openapi",
    "codegen"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyclosproject/ng-openapi-gen.git"
  },
  "private": true,
  "bin": {
    "ng-openapi-gen": "lib/index.js"
  },
  "main": "lib/ng-openapi-gen.js",
  "scripts": {
    "test": "jasmine-ts --project=tsconfig.json --config=jasmine.json",
    "lint": "eslint 'lib/**'",
    "compile": "tsc --project tsconfig.json && ncp \"LICENSE\" dist && ncp \"README.md\" \"dist/README.md\" && ncp \"templates\" \"dist/templates\" && ncp \"node_modules\" \"dist/node_modules\" && rimraf \"dist/test\" && replace-in-file \"\\\"private\\\": true\" \"\\\"private\\\": false\" dist/package.json",
    "build": "npm run lint && npm run compile && npm test",
    "test:watch": "nodemon --watch './**/*' --exec 'npm run test'"
  },
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "~9.0.9",
    "argparse": "^2.0.1",
    "eol": "^0.9.1",
    "fs-extra": "^10.0.1",
    "handlebars": "^4.7.7",
    "jsesc": "^3.0.2",
    "json-schema": "^0.4.0",
    "lodash": "^4.17.21",
    "typescript": "~5.0.4"
  },
  "peerDependencies": {
    "@angular/core": ">=12.0.0",
    "rxjs": ">=6.0.0"
  },
  "devDependencies": {
    "@loopback/openapi-v3-types": "^1.2.1",
    "@types/argparse": "^2.0.10",
    "@types/fs-extra": "^9.0.13",
    "@types/jasmine": "^3.10.2",
    "@types/jsesc": "^3.0.1",
    "@types/json-schema": "^7.0.12",
    "@types/lodash": "^4.14.195",
    "@types/mkdirp": "^1.0.2",
    "@types/node": "^17.0.23",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/eslint-plugin-tslint": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "eslint": "^8.43.0",
    "eslint-plugin-jsdoc": "^46.4.0",
    "jasmine": "^3.10.0",
    "jasmine-spec-reporter": "^7.0.0",
    "jasmine-ts": "^0.4.0",
    "mem": "^9.0.2",
    "ncp": "^2.0.0",
    "nodemon": "^3.0.1",
    "replace-in-file": "^7.0.1",
    "rimraf": "^5.0.1",
    "ts-node": "^10.9.1",
    "typescript-parser": "^2.6.1"
  }
}