mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
Co-authored-by: Chip Reed <chip@chip.sh> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"name": "isolation",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"scripts": {
|
|
"tauri": "node ../../tooling/cli.rs/node/tauri.js"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "../../tooling/api/dist"
|
|
}
|
|
} |