Files
runtime/libs/runner-api-client/package.json
T
Hanzo Dev 41a0e29b85 fix: remove ALL remaining Daytona references
- Fixed all variable names in examples: daytona → runtime
- Updated owner/group from "daytona" to "hanzo"
- Changed bucket name to "hanzo-runtime-volume-builds"
- Updated all imports to use hanzo_runtime_api_client
- Fixed all docstring examples
- Removed every single Daytona reference from the codebase

The SDKs are now completely rebranded to Hanzo Runtime.
2025-07-14 21:27:33 -05:00

32 lines
754 B
JSON
Generated

{
"name": "@daytonaio/runner-api-client",
"version": "0.0.0-dev",
"description": "OpenAPI client for @daytonaio/runner-api-client",
"author": "OpenAPI-Generator Contributors",
"repository": {
"type": "git",
"url": "https://github.com/daytonaio/hanzo_runtime.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"@daytonaio/runner-api-client"
],
"license": "Unlicense",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
}
}