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

Configure Feed

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

at 47e12a9c40faa09eeeaef91d6e7dd35b67879b8e 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}