{
  "name": "@serve.zone/api",
  "version": "32.0.0",
  "private": false,
  "description": "Type-safe API client for Cloudly and the serve.zone control plane.",
  "exports": {
    ".": {
      "types": "./dist_ts/index.d.ts",
      "default": "./dist_ts/index.js"
    },
    "./runtime": {
      "types": "./dist_ts/runtime.d.ts",
      "node": "./dist_ts/runtime.js"
    }
  },
  "type": "module",
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "dependencies": {
    "@api.global/typedrequest": "^8.0.4",
    "@api.global/typedrequest-interfaces": "^7.1.0",
    "@api.global/typedsocket": "^8.4.0",
    "@push.rocks/smartcrypto": "^2.2.0",
    "@push.rocks/smartexpect": "^2.5.0",
    "@push.rocks/smartpromise": "^4.2.4",
    "@push.rocks/smartrx": "^3.0.12",
    "@push.rocks/smartstream": "^3.4.2",
    "@serve.zone/interfaces": "^32.0.0",
    "@tsclass/tsclass": "^9.5.1"
  },
  "devDependencies": {
    "@api.global/typedserver": "^11.4.1",
    "@git.zone/tsbuild": "^4.5.0",
    "@git.zone/tsdoc": "^2.2.0",
    "@git.zone/tsrun": "^2.0.6",
    "@git.zone/tstest": "6.1.1",
    "@push.rocks/smartserve": "6.2.2",
    "@types/node": "26.5.1"
  },
  "files": [
    "ts/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    ".smartconfig.json",
    "readme.md",
    "changelog.md",
    "license.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@code.foss.global:29419/serve.zone/api.git"
  },
  "bugs": {
    "url": "https://code.foss.global/serve.zone/api/issues"
  },
  "homepage": "https://code.foss.global/serve.zone/api#readme",
  "keywords": [
    "serve.zone",
    "api",
    "cloudly",
    "typedrequest",
    "typescript",
    "infrastructure"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "scripts": {
    "test": "tstest test/ --verbose --logfile --timeout 60",
    "build": "tsbuild tsfolders",
    "buildDocs": "tsdoc"
  }
}