this repo has no description
1{
2 "tasks": {
3 "start": "deno run -A --env-file=.env src/main.ts",
4 "dev": "deno run -A --env-file=.env --watch src/main.ts"
5 },
6 "exports": {
7 "./client": "./client.ts"
8 },
9 "compilerOptions": {
10 "jsx": "precompile",
11 "jsxImportSource": "preact"
12 },
13 "imports": {
14 "@slices/client": "jsr:@slices/client@^0.1.0-alpha.4",
15 "@slices/oauth": "jsr:@slices/oauth@^0.6.0",
16 "@slices/session": "jsr:@slices/session@^0.3.0",
17 "@std/assert": "jsr:@std/assert@^1.0.14",
18 "@std/fmt": "jsr:@std/fmt@^1.0.8",
19 "preact": "npm:preact@^10.27.1",
20 "preact-render-to-string": "npm:preact-render-to-string@^6.5.13",
21 "typed-htmx": "npm:typed-htmx@^0.3.1",
22 "@std/http": "jsr:@std/http@^1.0.20",
23 "clsx": "npm:clsx@^2.1.1",
24 "tailwind-merge": "npm:tailwind-merge@^2.5.5",
25 "lucide-preact": "npm:lucide-preact@^0.544.0"
26 },
27 "nodeModulesDir": "auto"
28}