Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
30 lines
668 B
JSON
30 lines
668 B
JSON
{
|
|
"name": "openclaw-openbrain-context",
|
|
"version": "0.0.1",
|
|
"description": "OpenBrain-backed ContextEngine plugin for OpenClaw",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"openclaw.plugin.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint . --max-warnings=0",
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "vitest run"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.1",
|
|
"@types/node": "^22.15.3",
|
|
"eslint": "^9.25.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.30.1",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|