draw things doodl.waow.tech
draw atproto
0

Configure Feed

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

doodl / package.json
476 B 20 lines
1{ 2 "name": "doodl", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "dev": "vite", 7 "build": "tsc && vite build", 8 "preview": "vite preview", 9 "deploy": "bun run scripts/deploy.ts", 10 "check": "tsc --noEmit && node --check worker/share.js && node --check bot/bot.js" 11 }, 12 "dependencies": { 13 "@atproto/api": "^0.13.35", 14 "@atproto/oauth-client-browser": "^0.3.19" 15 }, 16 "devDependencies": { 17 "typescript": "^5.7.0", 18 "vite": "^6.0.0" 19 } 20}