A discord bot for teal.fm
discord tealfm music
at main 524 B view raw
1{ 2 "name": "tapper", 3 "version": "0.0.1", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "NODE_ENV=development tsx index.ts", 8 "start": "NODE_ENV=production node dist/index.js", 9 "typecheck": "tsc --noEmit" 10 }, 11 "dependencies": { 12 "@atproto/tap": "^0.0.2", 13 "@tealfmbot/common": "workspace:*", 14 "@tealfmbot/database": "workspace:*" 15 }, 16 "devDependencies": { 17 "@tealfmbot/tsconfig": "workspace:*", 18 "@types/node": "^25.0.3", 19 "tsx": "^4.21.0", 20 "typescript": "^5.9.3" 21 } 22}