{ "name": "@serve.zone/api", "version": "5.3.1", "private": false, "description": "Type-safe API client for Cloudly and the serve.zone control plane.", "exports": { ".": "./dist_ts/index.js" }, "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "tstest test/ --verbose --logfile --timeout 60", "build": "tsbuild tsfolders --allowimplicitany", "buildDocs": "tsdoc" }, "dependencies": { "@api.global/typedrequest": "3.1.10", "@api.global/typedrequest-interfaces": "^3.0.19", "@api.global/typedsocket": "^3.0.1", "@push.rocks/smartexpect": "^2.5.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrx": "^3.0.10", "@push.rocks/smartstream": "^3.2.5", "@serve.zone/interfaces": "^5.4.3", "@tsclass/tsclass": "^9.2.0" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsdoc": "^1.5.2", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "files": [ "ts/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", ".smartconfig.json", "readme.md", "changelog.md", "license" ], "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" ], "packageManager": "pnpm@10.28.2" }