mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
4334865266
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
11 lines
304 B
JSON
11 lines
304 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/node/tauri.js"
|
|
},
|
|
"private": true
|
|
} |