mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
- Update vite to v6 - Update svelte to v5 - Bump nanoid to fix audit - Align api and cli to both use the same node types version
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"name": "tauri-schema-worker",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"private": "true",
|
|
"scripts": {
|
|
"deploy": "wrangler deploy",
|
|
"dev": "wrangler dev"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^3.95.0"
|
|
}
|
|
}
|