-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "aimware-loader-loader",
"version": "1.2.6",
"description": "Aimware loader loader so you dont have to download it every time!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-builder --win portable"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IMXNOOBX/aimware-loader-loader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IMXNOOBX/aimware-loader-loader/issues"
},
"homepage": "https://github.com/IMXNOOBX/aimware-loader-loader#readme",
"devDependencies": {
"electron": "^22.0.0"
},
"dependencies": {
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"node-notifier": "^10.0.1",
"toastify-js": "^1.12.0",
"windows-shortcuts": "^0.1.6"
},
"build": {
"productName": "aimware-loader-loader",
"appId": "com.awloader",
"win": {
"icon": "assets/logo-256.png"
},
"nsis": {
"installerIcon": "assets/logo-256.png",
"installerHeaderIcon": "assets/logo-256.png",
"deleteAppDataOnUninstall": true
}
}
}