mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-27 21:53:37 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
48 lines
1012 B
JSON
48 lines
1012 B
JSON
{
|
|
"name": "@openclaw/tokenjuice",
|
|
"version": "2026.6.10",
|
|
"description": "OpenClaw tokenjuice exec output compaction plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"tokenjuice": "0.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.6.10"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "2026.5.28"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/tokenjuice",
|
|
"npmSpec": "@openclaw/tokenjuice",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.5.28"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.6.10"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.6.10",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|