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

Configure Feed

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

at 2ea975e766bed7af07745bc57258a4c964d9a1fa 21 lines 449 B view raw
1{ 2 "name": "docs", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vocs dev", 8 "build": "vocs build && bun inject-og-tags.ts", 9 "deploy": "bun run build && sequoia inject && bunx wrangler pages deploy docs/dist", 10 "preview": "vocs preview" 11 }, 12 "dependencies": { 13 "react": "latest", 14 "react-dom": "latest", 15 "vocs": "latest" 16 }, 17 "devDependencies": { 18 "@types/react": "latest", 19 "typescript": "latest" 20 } 21}