Statusphere running on a slice 馃崟
1{
2 "tasks": {
3 "start": "deno run -A --unstable-kv --env-file=.env src/main.ts",
4 "dev": "deno run -A --unstable-kv --env-file=.env --watch src/main.ts"
5 },
6 "compilerOptions": {
7 "jsx": "precompile",
8 "jsxImportSource": "preact"
9 },
10 "imports": {
11 "@slices/oauth": "jsr:@slices/oauth@^0.3.2",
12 "@slices/session": "jsr:@slices/session@^0.2.0",
13 "preact": "npm:preact@^10.27.1",
14 "preact-render-to-string": "npm:preact-render-to-string@^6.5.13",
15 "@std/http": "jsr:@std/http@^1.0.20",
16 "typed-htmx": "npm:typed-htmx@^0.3.1"
17 },
18 "nodeModulesDir": "auto"
19}