mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
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
|
|
}
|