forked from garuda-linux/toolbox
-
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) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.63 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-rani",
"version": "3.0.0",
"private": true,
"description": "Garuda Linux app for easily managing installations. Includes Gaming apps, system settings, kernels and much more.",
"keywords": [
"garuda",
"linux",
"app",
"manager",
"gaming",
"system",
"settings"
],
"homepage": "https://github.com/garuda-linux/applications/rani#readme",
"bugs": {
"url": "https://github.com/garuda-linux/applications/rani/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garuda-linux/applications/rani.git"
},
"license": "GPL-3.0",
"author": {
"name": "dr460nf1r3",
"email": "root@dr460nf1r3.org"
},
"maintainers": [
"dr460nf1r3",
"TNE"
],
"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-rani.app/Contents/Resources/app.asar",
"check-pkglists": "pnpx tsx assets/testPackageAvailability.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 .",
"test": "playwright test ./tests/e2e.spec.ts",
"translate": "pnpx tsx assets/translator.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": "^9.35.0",
"@playwright/test": "^1.55.0",
"@tailwindcss/vite": "^4.1.13",
"@types/emoji-js": "^3.5.2",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.5.2",
"@types/pako": "^2.0.4",
"angular-eslint": "^20.3.0",
"electron": "38.1.2",
"electron-builder": "26.0.0",
"eslint": "^9.35.0",
"eslint-plugin-oxlint": "^1.16.0",
"glob": "^11.0.3",
"oxlint": "^1.16.0",
"playwright": "^1.55.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"tsx": "^4.20.5",
"typescript": "5.8.3",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.6"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
"engines": {
"node": ">=22.0.0"
}
}