061926b86a
- Auto-fix string concatenation → template literals - Remove unused imports - Prefix unused function with underscore - Format fixes across multiple files
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-hermes",
|
|
"version": "0.3.16",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*"
|
|
}
|
|
}
|