-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 913 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
29
30
{
"name": "tuya-smart-taskbar",
"version": "2.2.0",
"private": true,
"description": "System tray app for controlling Tuya Smart Devices",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"lint:rust": "cd src-tauri && cargo clippy -- -D warnings",
"format": "biome format . --write",
"format:check": "biome format .",
"format:rust": "cd src-tauri && cargo fmt",
"validate": "biome check . && cd src-tauri && cargo fmt --check && cargo clippy -- -D warnings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adib23704/Tuya-Smart-Taskbar.git"
},
"author": "Zahin A. Adib <adib23704@gmail.com> (https://adibdev.me/)",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@tauri-apps/cli": "^2.10.1"
},
"packageManager": "pnpm@10.33.0"
}