mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
c88838aa76
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"name": "multiwindow-example",
|
|
"version": "1.0.0",
|
|
"description": "A Tauri example showcasing Tauri's multiwindow ability",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "node ../../../cli/tauri.js/bin/tauri build"
|
|
},
|
|
"private": true
|
|
}
|