-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.05 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.05 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
{
"name": "pdf-manager",
"version": "1.0.0",
"description": "Cross-platform PDF management app built with Rust and Tauri",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build",
"build:mac": "tauri build",
"build:win": "tauri build --target x86_64-pc-windows-msvc",
"build:linux": "tauri build --target x86_64-unknown-linux-gnu",
"build:ios": "tauri ios build",
"dev:ios": "tauri ios dev",
"build:android": "tauri android build",
"dev:android": "tauri android dev",
"test:rust": "cargo test --manifest-path src-tauri/Cargo.toml"
},
"devDependencies": {
"@tauri-apps/cli": "^2.4.0"
},
"keywords": [
"tauri",
"rust",
"pdf",
"svelte",
"cross-platform"
],
"author": "Prashant Bansal",
"license": "MIT",
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}