UNPKG

@roo-code/cloud

Version:

SDK for integrating with Roo Code Cloud

49 lines (48 loc) 1.06 kB
{ "name": "@roo-code/cloud", "version": "0.13.0", "description": "SDK for integrating with Roo Code Cloud", "publishConfig": { "access": "public", "name": "@roo-code/cloud", "registry": "https://registry.npmjs.org/" }, "author": "Roo Code Team", "repository": { "type": "git", "url": "git+https://github.com/RooCodeInc/Roo-Code.git" }, "bugs": { "url": "https://github.com/RooCodeInc/Roo-Code/issues" }, "homepage": "https://roocode.com", "keywords": [ "roo", "roo-code", "ai" ], "license": "MIT", "dependencies": { "@roo-code/types": "^1.45.0", "ioredis": "^5.6.1", "p-wait-for": "^5.0.2", "socket.io-client": "^4.8.1", "zod": "^3.25.76" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ] }