My website
1{
2 "name": "cameron-site",
3 "private": true,
4 "type": "module",
5 "scripts": {
6 "dev": "tsx --conditions source --watch src/index.tsx",
7 "start": "tsx --conditions source src/index.tsx",
8 "publish": "tsx scripts/publish.ts",
9 "typecheck": "tsc --noEmit"
10 },
11 "dependencies": {
12 "@atproto/api": "^0.18.17",
13 "@atproto/lex-resolver": "^0.0.15",
14 "@atproto/syntax": "^0.3.0",
15 "@hono/node-server": "^1.19.9",
16 "dotenv": "^16.5.0",
17 "gray-matter": "^4.0.3",
18 "hono": "^4.12.2",
19 "ioredis": "^5.6.0",
20 "marked": "^15.0.0",
21 "marked-footnote": "^1.4.0",
22 "shiki": "^3.0.0"
23 },
24 "devDependencies": {
25 "@types/node": "^22.0.0",
26 "tsx": "^4.0.0",
27 "typescript": "^5.9.0"
28 },
29 "engines": {
30 "node": ">=22.0.0"
31 }
32}