16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"name": "@furtherverse/desktop",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tauri build",
|
|
"dev": "tauri dev"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|