-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.39 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.39 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ubports-installer",
"version": "0.11.2",
"description": "The easy way to install Ubuntu Touch on UBports devices. A friendly cross-platform Installer for Ubuntu Touch. Just connect a supported device to your PC, follow the on-screen instructions and watch this awesome tool do all the rest.",
"keywords": [
"Ubuntu",
"Ubuntu Touch",
"UBports",
"UBports Installer",
"Android",
"ADB",
"Fastboot",
"Heimdall"
],
"homepage": "https://devices.ubuntu-touch.io",
"bugs": {
"url": "https://github.com/ubports/ubports-installer/issues",
"email": "info@ubports.com"
},
"repository": "https://github.com/ubports/ubports-installer",
"author": "Johannah Sprinz <neo@neothethird.de>",
"license": "GPL-3.0",
"main": "src/main.js",
"bin": {
"ubports-installer": "src/main.js"
},
"scripts": {
"build": "npx rollup -c",
"start": "./start.sh",
"lint": "npx prettier \"**/!(*.min.*)\" --ignore-path=.gitignore --arrow-parens=avoid --trailing-comma=none -uw",
"docs": "npx jsdoc -c jsdoc-config.json",
"test": "npx jest --coverage"
},
"devDependencies": {
"@electron/packager": "^18.3.6",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"electron": "^33.4.11",
"electron-builder": "^24.13.3",
"electron-reload": "^1.5.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.4",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"rollup": "^4.44.1",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.2",
"svelte": "^4.2.20",
"svelte-spa-router": "^4.0.1"
},
"dependencies": {
"@sveltestrap/sveltestrap": "^6.2.8",
"7zip-min": "^1.4.5",
"axios": "^1.10.0",
"bootstrap": "^5.3.7",
"cancelable-promise": "^4.3.1",
"commander": "^12.1.0",
"electron-open-link-in-browser": "^1.0.2",
"electron-store": "^8.2.0",
"form-data": "^4.0.4",
"fs-extra": "^11.3.0",
"graphql": "^16.11.0",
"progressive-downloader": "1.0.8",
"promise-android-tools": "^4.0.13",
"ps-tree": "^1.2.0",
"semver": "^7.7.2",
"sudo-prompt": "^9.2.1",
"svelte-markdown": "^0.4.1",
"systeminformation": "^5.27.7",
"winston": "^3.17.0",
"yaml": "^2.8.0"
},
"engines": {
"node": "^18"
}
}