19 lines
635 B
JSON
19 lines
635 B
JSON
{
|
|
"name": "radio-tauri",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tauri dev",
|
|
"dev:native": "node tools/copy-binaries.js && node tools/copy-ffmpeg.js && tauri dev",
|
|
"ffmpeg:download": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/download-ffmpeg.ps1",
|
|
"build": "node tools/copy-binaries.js && node tools/copy-ffmpeg.js && tauri build && node tools/post-build-rcedit.js",
|
|
"tauri": "node tools/copy-binaries.js && node tools/copy-ffmpeg.js && tauri"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"npx": "^3.0.0",
|
|
"rcedit": "^1.1.2"
|
|
}
|
|
}
|