mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
21 lines
481 B
JSON
21 lines
481 B
JSON
{
|
|
"name": "@openclaw/diffs",
|
|
"version": "2026.3.3",
|
|
"private": true,
|
|
"description": "OpenClaw diff viewer plugin",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
|
|
},
|
|
"dependencies": {
|
|
"@pierre/diffs": "1.0.11",
|
|
"@sinclair/typebox": "0.34.48",
|
|
"playwright-core": "1.58.2"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|