17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"name": "harbor-forge-plugin",
|
|
"version": "0.2.0",
|
|
"description": "OpenClaw plugin for HarborForge monitor bridge and CLI integration",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"build": "npm run clean && tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|