mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
15 lines
274 B
JSON
15 lines
274 B
JSON
|
{
|
||
|
"name": "tauri-workspace",
|
||
|
"version": "0.0.0",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/tauri-apps/tauri.git",
|
||
|
"directory": "cli/tauri.js"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"covector": "^0.2.6"
|
||
|
}
|
||
|
}
|