Add Electron test harness with example plugin

This commit is contained in:
2026-04-18 20:20:47 +10:00
parent 905fdc25b8
commit 93dbef6a59
6 changed files with 1627 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "plugin-manager-electron-test",
"version": "1.0.0",
"description": "Electron test harness for @paarrot/plugin-manager",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"dependencies": {
"@paarrot/plugin-manager": "file:../.."
},
"devDependencies": {
"electron": "^35.0.0"
}
}