mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"name": "steamdepotdownloadergui",
|
|
"private": true,
|
|
"version": "3.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"dev": "WEBKIT_DISABLE_COMPOSITING_MODE=1 tauri dev"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.0.0-beta.0"
|
|
}
|
|
}
|