{ "name": "talkomatic", "version": "0.0.1", "devDependencies": { "@deno/kv": "^0.8.1", "@hono/zod-validator": "^0.2.2", "@olli/kvdex": "npm:@jsr/olli__kvdex", "@oxi/option": "npm:@jsr/oxi__option", "@oxi/result": "npm:@jsr/oxi__result", "@petamoriken/float16": "^3.8.7", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "@ts-rex/argon2": "npm:@jsr/ts-rex__argon2", "arctic": "^1.9.2", "autoprefixer": "^10.4.20", "daisyui": "^4.12.10", "hono": "^4.5.5", "jose": "^5.6.3", "nanoid": "^5.0.7", "oslo": "^1.2.1", "postcss": "^8.4.41", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.5", "svelte": "^5.0.0-next.1", "svelte-check": "^3.6.0", "sveltekit-adapter-deno": "^0.12.1", "sveltekit-superforms": "^2.17.0", "tailwindcss": "^3.4.10", "typescript": "^5.0.0", "vite": "^5.0.3", "zod": "^3.23.8" }, "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", "format": "prettier --write .", "lint": "prettier --check ." }, "trustedDependencies": [ "svelte-preprocess" ], "type": "module" }