swarmbot
0
fork

Configure Feed

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

at main 21 lines 689 B view raw
1{ 2 "name": "swarm", 3 "version": "0.1.0", 4 "type": "module", 5 "scripts": { 6 "start": "BLUESKY_IDENTIFIER=$BLUESKY_IDENTIFIER BLUESKY_APP_PASSWORD=$BLUESKY_APP_PASSWORD tsx src/index.ts", 7 "dev": "BLUESKY_IDENTIFIER=$BLUESKY_IDENTIFIER BLUESKY_APP_PASSWORD=$BLUESKY_APP_PASSWORD tsx watch src/index.ts", 8 "test": "node --import tsx --test test/freeq-bot-key-auth.test.ts test/swarm-bot.test.ts test/bluesky-channel.test.ts" 9 }, 10 "dependencies": { 11 "@letta-ai/letta-client": "^1.10.2", 12 "yaml": "^2.8.2", 13 "pino": "^10.3.1" 14 }, 15 "devDependencies": { 16 "tsx": "^4.21.0", 17 "typescript": "^5.9.3", 18 "@types/node": "^25.0.10", 19 "pino-pretty": "^13.1.3" 20 } 21}