{ "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.22.0", "@tauri-apps/cli": "^1.4.0", "svelte": "^4.0.4", "svelte-check": "^3.4.4", "tslib": "^2.6.0", "typescript": "^5.1.6", "vite": "^4.4.0" }, "dependencies": { "tauri-plugin-websocket-api": "link:../../" }, "type": "module" }