-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "zerotick",
"private": true,
"version": "0.2.9",
"description": "Approachable Windows diagnostics and repair for network, audio, removable storage, Bluetooth, drivers, BSODs, and ports",
"homepage": "https://github.com/ichenh/zerotick#readme",
"repository": {
"type": "git",
"url": "https://github.com/ichenh/zerotick.git"
},
"bugs": {
"url": "https://github.com/ichenh/zerotick/issues"
},
"license": "MIT",
"type": "module",
"scripts": {
"predev": "node scripts/prepare-dev.mjs",
"ensure-icons": "node scripts/ensure-icons.mjs",
"dev": "vite",
"check:i18n": "node scripts/checks/check-locales.mjs",
"check:release": "node scripts/checks/check-release.mjs",
"build": "npm run check:i18n && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev:admin": "node scripts/tauri-dev-admin.mjs"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"vite": "^8.1.5"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2"
}
}