18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"name": "@pluginhost/core",
|
|
"version": "1.0.0",
|
|
"description": "Plugin host system for loading and managing plugins",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"keywords": ["plugin", "host", "extensibility"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|