chore(plugin): add package metadata and plugin file checker
This commit is contained in:
10
plugin/package.json
Normal file
10
plugin/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "whispergate-plugin",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "WhisperGate OpenClaw plugin",
|
||||
"scripts": {
|
||||
"check": "node ../scripts/check-plugin-files.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user