AIP-GUI/package.json

16 lines
288 B
JSON

{
"name": "AIP-GUI",
"author": "SnowCode",
"version": "1.0.0",
"description": "Install any software without terminal!",
"repository": "",
"main": "app.js",
"scripts": {
"start": "electron ."
},
"license": "ISC",
"devDependencies": {
"electron": "^3.0.2"
}
}