chore(plugin): add package metadata and plugin file checker

This commit is contained in:
2026-02-25 10:44:33 +00:00
parent d1f4252f37
commit 0e98f0877b
2 changed files with 39 additions and 0 deletions

10
plugin/package.json Normal file
View 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"
}
}