mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.15 to 26.1.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "headroom-openclaw",
|
|
"version": "0.31.0",
|
|
"description": "Headroom context compression plugin for OpenClaw — 70-90% token savings with zero LLM calls",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"hook-shim",
|
|
"openclaw.plugin.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup && node prepare-dist.mjs",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"headroom-ai": "^0.31.0"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.5.0",
|
|
"vitest": "^4.1.5"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.28.1"
|
|
},
|
|
"openclaw": {
|
|
"hooks": [
|
|
"./hook-shim"
|
|
],
|
|
"extensions": [
|
|
"./dist/index.js"
|
|
],
|
|
"capabilities": {
|
|
"network": {
|
|
"allow": [
|
|
"http://*:*",
|
|
"https://*:*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|