A discord bot for teal.fm
discord
tealfm
music
1{
2 "name": "bot",
3 "version": "0.0.1",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "NODE_ENV=development tsx --watch main.ts",
8 "deploy-commands": "tsx deploy-commands.ts",
9 "build": "tsc",
10 "watch": "tsc --watch",
11 "start": "node dist/main.js",
12 "typecheck": "tsc --noEmit"
13 },
14 "dependencies": {
15 "@tealfmbot/common": "workspace:*",
16 "@tealfmbot/database": "workspace:*",
17 "discord.js": "^14.25.1"
18 },
19 "devDependencies": {
20 "@tealfmbot/tsconfig": "workspace:*",
21 "@types/node": "^25.0.3",
22 "tsx": "^4.21.0",
23 "typescript": "^5.9.3"
24 }
25}