mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:17:02 +00:00
Co-authored-by: Chip Reed <chip@chip.sh> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
11 lines
307 B
JSON
11 lines
307 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",
|
|
"tauri": "node ../../tooling/cli.rs/node/tauri.js"
|
|
},
|
|
"private": true
|
|
} |