{
  "name": "@cblx-br/openapi-typescript",
  "version": "0.22.0",
  "description": "Typescript model and client generator for OpenApi",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cblx/openapi-typescript.git"
  },
  "keywords": [
    "openapi",
    "typescript"
  ],
  "author": "Codeblox",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cblx/openapi-typescript/issues"
  },
  "homepage": "https://github.com/cblx/openapi-typescript#readme",
  "bin": {
    "openapi-typescript": "./dist-tool/index.js"
  },
  "dependencies": {
    "chalk": "^5.0.1",
    "change-case": "4.1.2",
    "commander": "9.1.0",
    "node-fetch": "^3.2.10",
    "openapi3-ts": ">=1.3.0"
  },
  "devDependencies": {
    "@types/change-case": "2.3.1",
    "@types/node": "15.0.1",
    "@types/node-fetch": "2.5.10",
    "typescript": "4.2.4"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "dist-tool",
    "dist-utils"
  ]
}
