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