-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 5.49 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 5.49 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
80
81
{
"name": "aero-p2p-chat",
"version": "26.52.1",
"description": "A clean peer-to-peer chat client for Windows, Linux, and Android.",
"license": "MIT",
"author": {
"name": "Zorblock",
"email": "zorblock@users.noreply.github.com",
"url": "https://popipo.de/app/aero"
},
"main": "out/main/index.js",
"desktopName": "de.zorblock.aerop2pchat.desktop",
"scripts": {
"dev": "node scripts/run-logged-command.cjs dev node scripts/run-electron-vite.cjs dev",
"dev:logs": "node scripts/run-logged-command.cjs dev:logs node scripts/dev-one.cjs",
"dev:2": "node scripts/run-logged-command.cjs dev:2 node scripts/dev-two.cjs",
"dev:2:logs": "node scripts/run-logged-command.cjs dev:2:logs node scripts/dev-two.cjs --logs",
"test": "node scripts/run-logged-command.cjs test --shell \"node --check src/main/index.js && node --check src/main/config-crypto.js && node --check src/preload/index.js && node --check electron-builder.config.cjs && node --check scripts/build-android.cjs && node --check scripts/build-chrome-extension.cjs && node --check scripts/build-linux-docker.cjs && node --check scripts/install-android-device.cjs && node --check scripts/build-inno.cjs && node --check scripts/build-online-installer.cjs && node --check scripts/build-store.cjs && node --check scripts/build-win.cjs && node --check scripts/ci-build-release.cjs && node --check scripts/ci-create-latest.cjs && node --check scripts/ci-append-linux-latest.cjs && node --check scripts/promote-release-artifacts.cjs && node --check scripts/dev-one.cjs && node --check scripts/dev-two.cjs && node --check scripts/runtime-log.cjs && node --check scripts/publish-chrome-extension.cjs && node --check scripts/scan-virustotal.cjs && node --check scripts/release-help.cjs && node --check scripts/release.cjs && node --check scripts/run-electron-vite.cjs && node --check scripts/run-logged-command.cjs && node scripts/test-config-crypto.cjs && node scripts/test-file-security.mjs\"",
"build": "node scripts/run-logged-command.cjs build node scripts/build-win.cjs",
"android": "node scripts/run-logged-command.cjs android node scripts/build-android.cjs",
"android:device": "node scripts/run-logged-command.cjs android:device node scripts/install-android-device.cjs",
"android:device:uninstall": "node scripts/run-logged-command.cjs android:device:uninstall node scripts/install-android-device.cjs --uninstall",
"android:sync": "node scripts/run-logged-command.cjs android:sync --shell \"npm run renderer:build && npx cap sync android\"",
"renderer:build": "node scripts/run-logged-command.cjs renderer:build npx vite build",
"build:linux": "node scripts/run-logged-command.cjs build:linux node scripts/ci-build-release.cjs --platform=linux",
"build:linux:docker": "node scripts/run-logged-command.cjs build:linux:docker node scripts/build-linux-docker.cjs",
"build:chrome": "node scripts/run-logged-command.cjs build:chrome node scripts/build-chrome-extension.cjs",
"chrome:publish": "node scripts/run-logged-command.cjs chrome:publish node scripts/publish-chrome-extension.cjs --build",
"scan:virustotal": "node scripts/run-logged-command.cjs scan:virustotal node scripts/scan-virustotal.cjs",
"scan:virustotal:submit": "node scripts/run-logged-command.cjs scan:virustotal:submit node scripts/scan-virustotal.cjs --submit-only",
"build:online-installer": "node scripts/run-logged-command.cjs build:online-installer node scripts/build-online-installer.cjs",
"build:store": "node scripts/run-logged-command.cjs build:store node scripts/build-store.cjs",
"setup": "node scripts/run-logged-command.cjs setup --shell \"npm run build:online-installer && npm run build && node scripts/build-inno.cjs\"",
"release": "node scripts/run-logged-command.cjs release node scripts/release-help.cjs --minor",
"patch": "node scripts/run-logged-command.cjs patch node scripts/release-help.cjs --patch",
"release:important": "node scripts/run-logged-command.cjs release:important node scripts/release-help.cjs --minor --important",
"patch:important": "node scripts/run-logged-command.cjs patch:important node scripts/release-help.cjs --patch --important",
"release:clear-important": "node scripts/run-logged-command.cjs release:clear-important node scripts/release-help.cjs --minor --clear-important"
},
"devDependencies": {
"@capacitor/android": "^8.4.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^8.4.1",
"@fortawesome/fontawesome-free": "^7.2.0",
"archiver": "^7.0.1",
"chrome-webstore-upload-cli": "^4.0.1",
"electron": "^43.0.0",
"electron-builder": "^26.15.3",
"electron-vite": "^6.0.0-beta.1",
"peerjs": "^1.5.5",
"vite": "^8.1.2"
},
"overrides": {
"esbuild": "0.28.1"
},
"allowScripts": {
"electron-winstaller@5.4.0": true,
"esbuild@0.28.1": true
},
"dependencies": {
"@capacitor-community/file-opener": "^8.0.1",
"@capacitor/app": "^8.1.0",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "^8.4.1",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/haptics": "^8.0.2",
"@capacitor/keyboard": "^8.0.5",
"@capacitor/local-notifications": "^8.2.0",
"@capacitor/preferences": "^8.0.1",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.2",
"@noble/hashes": "^2.3.0",
"country-flag-emoji-polyfill": "^0.1.10",
"emoji-picker-element": "^1.29.1",
"emoji-picker-element-data": "^1.8.0",
"file-type": "^22.0.2",
"jsqr": "^1.4.0",
"qrcode": "^1.5.4",
"tldts": "^7.4.10"
}
}