{
  "name": "repzo",
  "version": "1.0.293",
  "description": "Repzo TypeScript SDK",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "files": [
    "lib/",
    "docs/",
    "src/",
    "README.md",
    "changelog.md"
  ],
  "scripts": {
    "test": "npm run build && node ./lib/test.js",
    "lint": "npx prettier --write .",
    "build": "tsc --skipLibCheck && npm run lint",
    "docs:generate": "node scripts/build-docs.js",
    "docs:python": "python3 scripts/generate-docs.py",
    "docs:serve": "cd docs/generated && python3 -m http.server 8080",
    "docs:build": "npm run docs:generate && echo 'Documentation built successfully!'",
    "docs:clean": "rm -rf docs/generated/* docs/api/*",
    "docs:rebuild": "npm run docs:clean && npm run docs:build",
    "docs:validate": "node scripts/validate-docs.js",
    "postinstall": "echo 'Repzo SDK installed successfully! Check docs/ for API documentation.'",
    "prebuild_deleted": "npm run docs:build",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Repzo/repzo-ts.git"
  },
  "keywords": [
    "repzo",
    "api",
    "sdk",
    "typescript",
    "documentation",
    "openapi",
    "rest-api",
    "client-library",
    "javascript",
    "node"
  ],
  "author": "mohammad khamis <Mohammad.khamis@repzoapp.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Repzo/repzo-ts/issues"
  },
  "homepage": "https://github.com/Repzo/repzo-ts#readme",
  "dependencies": {
    "@babel/parser": "^7.14.7",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@apidevtools/swagger-parser": "^12.0.0",
    "@redocly/openapi-cli": "^0.12.16",
    "@types/axios": "^0.9.36",
    "@types/node": "^24.10.0",
    "@types/uuid": "^8.3.4",
    "axios": "^0.26.1",
    "js-yaml": "^4.1.0",
    "prettier": "^3.6.2",
    "redoc-cli": "^0.13.21",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18",
    "npm": ">=10.0.0"
  },
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    },
    "./types": {
      "import": "./lib/types/index.js",
      "require": "./lib/types/index.js",
      "types": "./lib/types/index.d.ts"
    }
  },
  "documentation": {
    "homepage": "./docs/README.md",
    "api": "./docs/api/index.md",
    "interactive": "./docs/generated/index.html",
    "complete": "./docs/generated/repzo-api-complete.html"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ]
}
