-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 621 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 621 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
{
"name": "shell360",
"version": "0.0.0",
"description": "A cross-platform SSH and SFTP client.",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"tauri": "tauri",
"dotenvx": "dotenvx run --",
"check": "biome check .",
"check:fix": "biome check . --write",
"tsc": "pnpm --filter \"*\" run tsc",
"build": "pnpm --filter \"*\" run build"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@dotenvx/dotenvx": "^1.75.1",
"@tauri-apps/cli": "^2.11.3",
"glob": "^13.0.6",
"got": "^15.0.5",
"typescript": "^6.0.3"
}
}