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 d29624a330c9a963219c73c096bb23a778a4e557 21 lines 431 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 && 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}