A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
58
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fix/text-content-type-guard 22 lines 488 B view raw
1{ 2 "name": "sequoia-server", 3 "version": "0.0.1", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "lint": "biome lint --write", 8 "format": "biome format --write", 9 "dev": "bun --watch src/index.ts", 10 "start": "bun run src/index.ts" 11 }, 12 "devDependencies": { 13 "@biomejs/biome": "^2.3.13" 14 }, 15 "dependencies": { 16 "@atproto/api": "^0.13.21", 17 "@atproto/jwk-jose": "^0.1.3", 18 "@atproto/oauth-client": "^0.3.3", 19 "@atproto-labs/handle-resolver": "^0.1.5", 20 "hono": "^4.7.4" 21 } 22}