-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.72 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.72 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": "garuda-toolbox",
"version": "5.1.2",
"private": true,
"description": "Garuda Toolbox - A collection of useful tools to manage your Garuda Linux system.",
"keywords": [
"app",
"gaming",
"garuda",
"linux",
"manager",
"settings",
"system"
],
"homepage": "https://github.com/garuda-linux/applications/toolbox#readme",
"bugs": {
"url": "https://github.com/garuda-linux/applications/toolbox/issues"
},
"license": "GPL-3.0",
"author": {
"name": "dr460nf1r3",
"email": "root@dr460nf1r3.org"
},
"maintainers": [
"dr460nf1r3",
"TNE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/garuda-linux/applications/toolbox.git"
},
"type": "module",
"main": "packages/entry-point.mjs",
"scripts": {
"build": "pnpm -r run build",
"check-bundle": "asar list dist/linux-unpacked/resources/app.asar",
"check-bundle-mac": "asar list dist/mac-arm64/garuda-toolbox.app/Contents/Resources/app.asar",
"check-pkglists": "pnpx tsx assets/test-package-availability.ts",
"compile": "pnpm run build && pnpm run electron-builder",
"dev": "node packages/dev-mode.mjs",
"electron-builder": "electron-builder build --config electron-builder.mjs --publish never",
"format": "prettier --write .",
"sync-wiki": "pnpx tsx assets/parse-arch-wiki.ts",
"sync-setup": "pnpx tsx assets/sync-setup-wizard-i18n.ts && pnpx tsx assets/parse-arch-wiki.ts --local --setup",
"sync-gaming": "pnpx tsx assets/parse-arch-wiki.ts --local --gaming",
"test": "playwright test ./tests/e2e.spec.ts",
"typegen": "tsc packages/**/*.js --moduleResolution NodeNext --module NodeNext --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"dependencies": {
"@app/main": "workspace:*",
"@app/preload": "workspace:*",
"@app/renderer": "workspace:*"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^2.1.0",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.62.0",
"@tailwindcss/vite": "^4.3.3",
"@types/emoji-js": "^3.5.2",
"@types/mime-types": "^3.0.1",
"@types/node": "^26.1.1",
"@types/pako": "^2.0.4",
"angular-eslint": "^22.1.0",
"electron": "43.2.0",
"electron-builder": "26.15.3",
"eslint": "^10.8.0",
"eslint-plugin-oxlint": "^1.75.0",
"glob": "^13.0.6",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"oxlint-tsgolint": "^7.0.2001",
"typescript": "catalog:",
"typescript-eslint": "^8.65.0",
"vite": "catalog:"
},
"engines": {
"node": ">=24.0.0",
"pnpm": ">=11.0.0"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}