4285b8b180
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
558 B
JSON
26 lines
558 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-office",
|
|
"version": "0.1.0",
|
|
"files": ["src", "dist", "package.json"],
|
|
"type": "module",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-runtime": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^",
|
|
"@uncaged/workflow-util-agent": "workspace:^"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|