Initial commit: Example Plugin 2

This commit is contained in:
2026-04-17 02:07:33 +10:00
commit dc5568fb49
5 changed files with 164 additions and 0 deletions

10
package.json Normal file
View File

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