hermes-harness/package.json

20 lines
363 B
JSON

{
"name": "@shazhou/hermes-harness",
"version": "0.1.1",
"description": "Hermes Agent CLI harness tools",
"type": "module",
"bin": {
"hermes-har": "./src/cli.ts"
},
"scripts": {
"dev": "bun run src/cli.ts"
},
"dependencies": {
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.9.0"
}
}