be92cb2dd2
CI / check (pull_request) Successful in 1m40s
- Map parsed numTurns, inputTokens, outputTokens, durationMs to Usage type - Add @united-workforce/protocol dependency + tsconfig reference - 747 tests pass Fixes #77 Refs #68
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@united-workforce/agent-claude-code",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"bin": {
|
|
"uwf-claude-code": "./dist/cli.js"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "echo 'Use pnpm run release from repo root' && exit 1",
|
|
"test": "vitest run __tests__/",
|
|
"test:ci": "vitest run __tests__/"
|
|
},
|
|
"dependencies": {
|
|
"@ocas/core": "^0.3.0",
|
|
"@united-workforce/protocol": "workspace:^",
|
|
"@united-workforce/util": "workspace:^",
|
|
"@united-workforce/util-agent": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.shazhou.work/shazhou/united-workforce.git",
|
|
"directory": "packages/agent-claude-code"
|
|
},
|
|
"homepage": "https://git.shazhou.work/shazhou/united-workforce#readme",
|
|
"bugs": {
|
|
"url": "https://git.shazhou.work/shazhou/united-workforce/issues"
|
|
},
|
|
"license": "MIT"
|
|
}
|