this repo has no description
0
fork

Configure Feed

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

at main 20 lines 403 B view raw
1{ 2 "name": "none-of-these-words", 3 "module": "index.ts", 4 "type": "module", 5 "private": true, 6 "scripts": { 7 "start": "bun run src/bot.ts", 8 "dev": "bun --watch src/bot.ts", 9 "build-corpus": "bun run src/build-corpus.ts" 10 }, 11 "devDependencies": { 12 "@types/bun": "latest" 13 }, 14 "peerDependencies": { 15 "typescript": "^5" 16 }, 17 "dependencies": { 18 "@skyware/bot": "^0.3.11" 19 } 20}