char/sorcery

static-files based git repo viewer

git clone https://git.t4t.associates/char/sorcery

Charlotte Somexperiment: support sha-256 oids in git repos42f80d8

main
510 B17 linesraw
1{
2  "tasks": {
3    "build": "deno run -A ./build.ts",
4    "check": "deno check build.ts main.tsx commit.tsx historical.tsx highlight.ts route.ts git/*.ts",
5    "test": "deno test -A"
6  },
7  "imports": {
8    "@arborium/arborium": "npm:@arborium/arborium@2.18.1",
9    "@char/aftercare": "jsr:@char/aftercare@0.6",
10    "@char/justin": "jsr:@char/justin@0.4"
11  },
12  "compilerOptions": {
13    "lib": ["deno.window", "dom", "dom.asynciterable"],
14    "jsx": "react-jsx",
15    "jsxImportSource": "@char/aftercare"
16  }
17}