{
  "name": "@infinite-debugger/swagger-to-ts",
  "version": "0.1.0-alpha.124",
  "description": "swagger-to-ts is a powerful library that allows you to generate TypeScript code from Swagger documentation or OpenAPI specifications. It simplifies the process of integrating API definitions into your TypeScript projects, saving you time and effort.",
  "keywords": [
    "swagger",
    "swagger-docs",
    "open-api",
    "client",
    "typescript-client",
    "generator",
    "api-client",
    "api-client-generator"
  ],
  "homepage": "https://github.com/rmkasendwa/swagger-to-ts#readme",
  "bugs": {
    "url": "https://github.com/rmkasendwa/swagger-to-ts/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Ronald M. Kasendwa",
    "email": "kasendwaronald@gmail.com",
    "url": "https://github.com/rmkasendwa"
  },
  "main": "index.js",
  "bin": {
    "swagger-to-ts": "./run.js"
  },
  "dependencies": {
    "@infinite-debugger/rmk-js-extensions": "^0.1.0-alpha.24",
    "@infinite-debugger/rmk-utils": "^0.1.0-alpha.23",
    "@typescript-eslint/eslint-plugin": "^5.59.6",
    "@typescript-eslint/parser": "^5.59.6",
    "eslint": "^8.40.0",
    "fs-extra": "^11.1.1",
    "lodash": "^4.17.21",
    "pluralize": "^8.0.0",
    "prettier": "^2.8.8",
    "ts-node": "^10.9.1",
    "walk-sync": "^3.0.0",
    "zod": "^3.21.4"
  },
  "importSort": {
    ".js, .jsx, .ts, .tsx": {
      "style": "module",
      "parser": "typescript"
    }
  },
  "module": "esm/index.js",
  "types": "./index.d.ts",
  "commit": {
    "id": "9a8a8190a6aa00719088784d948157a8ca0bc3c7",
    "fullCommitInfo": "commit 9a8a8190a6aa00719088784d948157a8ca0bc3c7\nAuthor: Ronald M. Kasendwa <kasendwaronald@gmail.com>\nDate:   Fri Feb 9 08:27:37 2024 +0300\n\n    Improves TSEDControllerCodeGenerator implementation",
    "message": "Improves TSEDControllerCodeGenerator implementation",
    "author": {
      "name": "Ronald M. Kasendwa",
      "email": "kasendwaronald@gmail.com"
    }
  },
  "branch": "main",
  "buildTime": "Tue Feb 20 2024 21:18:30 GMT+0300 (East Africa Time)",
  "builder": "Ronald M.Kasendwa",
  "buildMachine": "DESKTOP-MKAMLU6"
}