16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|