22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"scripts": {
|
|
"plugin:check": "plugin-inspector inspect --no-openclaw",
|
|
"plugin:ci": "plugin-inspector ci --no-openclaw --runtime --mock-sdk --allow-execute"
|
|
},
|
|
"pluginInspector": {
|
|
"version": 1,
|
|
"plugin": {
|
|
"id": "weather",
|
|
"priority": "high",
|
|
"seams": ["dynamic-tool"],
|
|
"sourceRoot": "src",
|
|
"expect": {
|
|
"registrations": ["registerTool"]
|
|
}
|
|
},
|
|
"capture": {
|
|
"mockSdk": true
|
|
}
|
|
}
|
|
}
|