forked from
stevedylan.dev/sequoia
A CLI for publishing standard.site documents to ATProto
1{
2 "name": "sequoia-server",
3 "version": "0.0.1",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "bun --watch src/index.ts",
8 "start": "bun run src/index.ts"
9 },
10 "dependencies": {
11 "@atproto/api": "^0.13.21",
12 "@atproto/jwk-jose": "^0.1.3",
13 "@atproto/oauth-client": "^0.3.3",
14 "@atproto-labs/handle-resolver": "^0.1.5",
15 "hono": "^4.7.4"
16 }
17}