-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1004 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1004 Bytes
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
{
"name": "utilman-hack",
"version": "1.1.0",
"description": "",
"main": "app.js",
"scripts": {
"app": "electron .",
"dist": "electron-builder",
"pack": "electron-builder --dir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The0Show/utilman-hack.git"
},
"keywords": [],
"author": "The0Show",
"license": "ISC",
"build": {
"appId": "com.the0show.utilman-hack",
"productName": "utilman.exe hack",
"copyright": "Copyright © 2021 ${author}",
"win": {
"target": "nsis",
"requestedExecutionLevel": "requireAdministrator",
"icon": "icon.ico"
}
},
"bugs": {
"url": "https://github.com/The0Show/utilman-hack/issues"
},
"homepage": "https://github.com/The0Show/utilman-hack#readme",
"dependencies": {
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.1",
"windows": "^0.0.9",
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^13.0.1",
"electron-builder": "^22.10.5"
}
}