A discord bot for teal.fm
discord
tealfm
music
1{
2 "name": "web",
3 "version": "0.0.1",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "tsx --watch index.ts",
8 "build": "tsc",
9 "start": "node dist/index.js",
10 "watch": "tsc --watch",
11 "typecheck": "tsc --noEmit"
12 },
13 "dependencies": {
14 "@atproto/api": "^0.18.8",
15 "@atproto/did": "^0.2.3",
16 "@atproto/oauth-client-node": "^0.3.13",
17 "@atproto/syntax": "^0.4.2",
18 "@hono/node-server": "^1.19.7",
19 "@tealfmbot/common": "workspace:*",
20 "@tealfmbot/database": "workspace:*",
21 "hono": "^4.11.3",
22 "pino-http": "^11.0.0"
23 },
24 "devDependencies": {
25 "@tealfmbot/tsconfig": "workspace:*",
26 "@types/node": "^25.0.3",
27 "tsx": "^4.21.0",
28 "typescript": "^5.9.3"
29 }
30}