11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"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"
|
|
}
|