Add plugin metadata file for example plugin 2

This commit is contained in:
2026-04-17 03:26:16 +10:00
parent dc5568fb49
commit 7da8b6c1da

View File

@@ -0,0 +1,10 @@
{
"name": "@litruv/my-example-plugin2",
"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"
}