31 lines
620 B
JSON
31 lines
620 B
JSON
{
|
|
"name": "@uncaged/cli-uwf",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"bin": {
|
|
"uwf": "./src/cli.ts"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/json-cas": "^0.1.3",
|
|
"@uncaged/json-cas-fs": "^0.1.2",
|
|
"@uncaged/uwf-agent-kit": "workspace:^",
|
|
"@uncaged/uwf-moderator": "workspace:^",
|
|
"@uncaged/uwf-protocol": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^",
|
|
"commander": "^14.0.3",
|
|
"dotenv": "^16.6.1",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|