-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.23 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.23 KB
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
{
"name": "battify",
"version": "1.1.0",
"scripts": {
"start": "npm run copy && npm run build && electron ./dist/",
"copy": "copyfiles package.json dist/ && copyfiles -u 1 src/assets/** dist/",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build:win": "npm run build && npm run copy && electron-builder --config builder/win.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZephraCloud/Battify.git"
},
"keywords": [
"iphone",
"ipad",
"battery"
],
"author": "zephra",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ZephraCloud/Battify/issues"
},
"homepage": "https://github.com/ZephraCloud/Battify#readme",
"dependencies": {
"auto-launch": "^5.0.5",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"http": "^0.0.1-security",
"node-windows": "^1.0.0-beta.8"
},
"devDependencies": {
"@types/auto-launch": "^5.0.2",
"@types/node": "^18.11.4",
"copyfiles": "^2.4.1",
"electron": "^21.2.0",
"electron-builder": "^23.6.0"
}
}