Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
1{
2 "name": "wisp-hosting-service",
3 "version": "1.0.0",
4 "type": "module",
5 "scripts": {
6 "dev": "bun --watch src/index.ts",
7 "start": "bun src/index.ts"
8 },
9 "dependencies": {
10 "hono": "^4.6.14",
11 "@atproto/api": "^0.13.20",
12 "@atproto/xrpc": "^0.6.4",
13 "postgres": "^3.4.5"
14 },
15 "devDependencies": {
16 "@types/bun": "latest"
17 }
18}