21 lines
498 B
JSON
21 lines
498 B
JSON
{
|
|
"name": "ultra-powerbutton-pro",
|
|
"version": "1.0.0",
|
|
"description": "Streamline your computer's power off through Ultra PowerButton PRO",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://gitea@git.maddiebusig.com/maddiebusig/ultra-powerbutton-pro.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "maddiebusig",
|
|
"type": "commonjs",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^40.6.0"
|
|
}
|
|
}
|