FCLauncher/FCLauncher.old/package.json

14 lines
218 B
JSON
Raw Permalink Normal View History

2024-06-22 17:17:07 -06:00
{
"name": "fclauncher",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"tauri": "tauri"
},
"devDependencies": {
2024-06-23 15:07:25 -06:00
"@tauri-apps/api": "^1.5.6",
2024-06-22 17:17:07 -06:00
"@tauri-apps/cli": "^1"
}
}