image cache on cloudflare r2
1{
2 "name": "l4",
3 "module": "src/index.ts",
4 "type": "module",
5 "private": true,
6 "scripts": {
7 "dev": "bun run --watch src/index.ts"
8 },
9 "devDependencies": {
10 "@types/bun": "latest",
11 "@types/react": "^19.2.7",
12 "@types/react-dom": "^19.2.3"
13 },
14 "peerDependencies": {
15 "typescript": "^5"
16 },
17 "dependencies": {
18 "bun-sqlite-migrations": "^1.0.2",
19 "lit": "^3.3.1",
20 "nanoid": "^5.1.6",
21 "react": "^19.2.3",
22 "react-dom": "^19.2.3",
23 "sharp": "^0.34.5",
24 "uplot": "^1.6.32"
25 }
26}