{ "name": "@united-workforce/util-agent", "version": "0.5.0", "files": [ "src", "dist", "package.json" ], "type": "module", "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": "bun test __tests__/ src/__tests__/", "test:ci": "bun test __tests__/ src/__tests__/" }, "dependencies": { "@ocas/core": "^0.1.1", "@ocas/fs": "^0.1.1", "@united-workforce/protocol": "workspace:^", "@united-workforce/util": "workspace:^", "dotenv": "^16.6.1", "yaml": "^2.8.4" }, "devDependencies": { "typescript": "^5.8.3" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://git.shazhou.work/shazhou/united-workforce.git", "directory": "packages/util-agent" }, "homepage": "https://git.shazhou.work/shazhou/united-workforce#readme", "bugs": { "url": "https://git.shazhou.work/shazhou/united-workforce/issues" }, "license": "MIT" }