Files
HarborForge.OpenclawPlugin/plugin/package.json
2026-03-21 19:22:57 +00:00

16 lines
339 B
JSON

{
"name": "harbor-forge-plugin",
"version": "0.2.0",
"description": "OpenClaw plugin for HarborForge monitor bridge and CLI integration",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"license": "MIT"
}