{ "name": "@multica/sdk", "version": "0.1.0", "type": "module", "private": true, "exports": { ".": "./src/index.ts", "./*": "./src/*.ts" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "socket.io-client": "^4.8.3", "uuid": "^13.0.0" }, "devDependencies": { "@mariozechner/pi-agent-core": "^0.50.3", "@mariozechner/pi-ai": "^0.50.3", "@types/uuid": "^11.0.0", "typescript": "^5.9.3" } }