A discord bot for teal.fm
discord tealfm music
1{ 2 "name": "tealfmbot", 3 "version": "0.0.1", 4 "type": "module", 5 "description": "A discord bot for teal.fm", 6 "main": "main.ts", 7 "scripts": { 8 "dev": "tsx main.ts", 9 "deploy-commands": "tsx deploy-commands.ts", 10 "tapper:dev": "NODE_ENV=development tsx tapper.ts", 11 "tapper:prod": "NODE_ENV=production tsx tapper.ts", 12 "typecheck": "tsc --noEmit" 13 }, 14 "keywords": [ 15 "teal.fm", 16 "atprotocol" 17 ], 18 "author": "Dane Miller <me@dane.computer>", 19 "license": "MIT", 20 "packageManager": "pnpm@10.15.0", 21 "dependencies": { 22 "@atproto/tap": "^0.0.2", 23 "discord.js": "^14.25.1", 24 "kysely": "^0.28.9" 25 }, 26 "devDependencies": { 27 "@types/node": "^25.0.3", 28 "tsx": "^4.21.0", 29 "typescript": "^5.9.3" 30 } 31}