{ "name": "svelte-app", "version": "0.0.1", "private": true, "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "tauri": "tauri" }, "devDependencies": { "@sveltejs/adapter-auto": "2.1.0", "@sveltejs/kit": "1.25.1", "@tauri-apps/cli": "1.5.0", "svelte": "4.2.1", "svelte-check": "3.5.2", "tslib": "2.6.2", "typescript": "5.2.2", "vite": "4.4.9" }, "dependencies": { "tauri-plugin-websocket-api": "link:../../" }, "type": "module" }