mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 04:46:16 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@openclaw/diffs",
|
|
"version": "2026.5.26",
|
|
"description": "OpenClaw diff viewer plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:viewer": "bun scripts/build-viewer.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@pierre/diffs": "1.2.2",
|
|
"@pierre/theme": "1.0.3",
|
|
"@shikijs/core": "3.23.0",
|
|
"@shikijs/engine-javascript": "3.23.0",
|
|
"@shikijs/engine-oniguruma": "3.23.0",
|
|
"@shikijs/langs": "3.23.0",
|
|
"playwright-core": "1.60.0",
|
|
"shiki": "3.23.0",
|
|
"typebox": "1.1.38",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"esbuild": "0.28.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/diffs",
|
|
"localPath": "extensions/diffs",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.30"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.26"
|
|
},
|
|
"assetScripts": {
|
|
"build": "pnpm build:viewer"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.26",
|
|
"staticAssets": [
|
|
{
|
|
"source": "./assets/viewer-runtime.js",
|
|
"output": "assets/viewer-runtime.js"
|
|
}
|
|
]
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|