{ "name": "@familiaros/opencode", "version": "3.0.0", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/alvinunreal/familiaros.git", "directory": "packages/opencode" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./server": { "types": "./dist/plugin.d.ts", "default": "./dist/plugin.js" } }, "scripts": { "test": "node dist/check-opencode-foundation.js && node dist/check-opencode-plugin.js", "check": "pnpm typecheck && pnpm build && pnpm test", "typecheck": "tsc --noEmit", "build": "tsc" }, "dependencies": { "@familiaros/agent-events": "workspace:*", "@familiaros/client": "workspace:*", "jsonc-parser": "^3.3.1" }, "devDependencies": { "@types/node": "^25.6.2", "typescript": "^6.0.3" } }