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": "tsx watch src/index.ts",
7 "build": "tsc",
8 "start": "tsx src/index.ts"
9 },
10 "dependencies": {
11 "@atproto/api": "^0.17.4",
12 "@atproto/identity": "^0.4.9",
13 "@atproto/lexicon": "^0.5.1",
14 "@atproto/sync": "^0.1.36",
15 "@atproto/xrpc": "^0.7.5",
16 "@hono/node-server": "^1.19.6",
17 "hono": "^4.10.4",
18 "mime-types": "^2.1.35",
19 "multiformats": "^13.4.1",
20 "postgres": "^3.4.5"
21 },
22 "devDependencies": {
23 "@types/mime-types": "^2.1.4",
24 "@types/node": "^22.10.5",
25 "tsx": "^4.19.2"
26 }
27}