mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"name": "isolation",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"scripts": {
|
|
"tauri": "node ../../tooling/cli.js/bin/tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "../../tooling/api/dist"
|
|
}
|
|
}
|