mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
* fix(migrate): update Hermes importer contracts * refactor(migrate): split Hermes importer modules * fix(migrate): remove duplicate MCP helper * docs(plugin-sdk): refresh migration API baseline * chore(migrate): keep release note in PR
29 lines
537 B
JSON
29 lines
537 B
JSON
{
|
|
"name": "@openclaw/migrate-hermes",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "Hermes to OpenClaw migration provider",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"dotenv": "17.4.2",
|
|
"yaml": "2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.7.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|