mirror of
https://github.com/tauri-apps/tauri-invoke-http.git
synced 2026-01-31 00:45:20 +01:00
16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"tauri": "tauri"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tauri-apps/cli": "^1.5.2"
|
|
}
|
|
}
|