mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
11 lines
303 B
JSON
11 lines
303 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.js/bin/tauri"
|
|
},
|
|
"private": true
|
|
} |