Initial commit: Example plugin

This commit is contained in:
2026-04-17 01:48:23 +10:00
commit 23cfbee2bc
5 changed files with 201 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "@pluginhost/example",
"version": "1.0.0",
"description": "Example plugin for the plugin host system",
"main": "index.js",
"type": "module",
"keywords": ["plugin", "example"],
"author": "",
"license": "MIT"
}