Initial commit: Example Plugin 2
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user