-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 823 Bytes
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
{
"name": "czkawka-tauri-root",
"private": true,
"version": "0.1.0",
"author": "Zephyr3311 <Zephyr3311@gmail.com>",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Zephyr3311/czkawka-tauri.git"
},
"homepage": "https://github.com/Zephyr3311/czkawka-tauri",
"description": "A Tauri-based frontend for Czkawka on macOS and Windows",
"scripts": {
"build:ui": "pnpm run --filter ./ui build",
"build:tauri:mac": "pnpm tauri build -t universal-apple-darwin",
"build:tauri:win": "pnpm tauri build"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^22.18.0",
"@types/semver": "^7.7.1",
"semver": "^7.7.2",
"tree-kill": "^1.2.2",
"tsx": "^4.20.5",
"typescript": "^5.6.3"
}
}