mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
1605dbd3ef
* chore(deps): refresh dependencies after cooldown * chore(deps): refresh sherpa-onnx runtime to v1.13.6 * test(ios): refresh Fastlane pin expectations
23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "@myorg/openclaw-my-plugin",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"typebox": "1.3.15"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.24-beta.2"
|
|
},
|
|
"openclaw": {
|
|
"extensions": ["./index.ts"],
|
|
"compat": {
|
|
"pluginApi": ">=2026.3.24-beta.2",
|
|
"minGatewayVersion": "2026.3.24-beta.2"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.3.24-beta.2",
|
|
"pluginSdkVersion": "2026.3.24-beta.2"
|
|
}
|
|
}
|
|
}
|