{ "name": "@uncaged/workflow-agent-builtin", "version": "0.5.0", "files": [ "src", "dist", "package.json" ], "type": "module", "bin": { "uwf-builtin": "./src/cli.ts" }, "exports": { ".": { "bun": "./src/index.ts", "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "prepublishOnly": "echo 'Use bun run release from repo root' && exit 1", "test": "vitest run", "test:ci": "vitest run" }, "dependencies": { "@ocas/core": "^0.1.1", "@uncaged/workflow-util-agent": "workspace:^", "@uncaged/workflow-util": "workspace:^" }, "devDependencies": { "typescript": "^5.8.3" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://git.shazhou.work/uncaged/workflow.git", "directory": "packages/workflow-agent-builtin" }, "homepage": "https://git.shazhou.work/uncaged/workflow#readme", "bugs": { "url": "https://git.shazhou.work/uncaged/workflow/issues" }, "license": "MIT" }