A discord bot for teal.fm
discord
tealfm
music
1{
2 "name": "tealfmbot",
3 "version": "0.0.1",
4 "private": true,
5 "description": "A discord bot for teal.fm",
6 "keywords": [
7 "atprotocol",
8 "music",
9 "teal.fm"
10 ],
11 "license": "MIT",
12 "author": "Dane Miller <me@dane.computer>",
13 "repository": {},
14 "scripts": {
15 "bot": "pnpm --filter bot dev",
16 "tap": "pnpm --filter tapper dev",
17 "web": "pnpm --filter web dev",
18 "build": "pnpm -r build",
19 "web:watch": "pnpm --filter web watch",
20 "bot:watch": "pnpm --filter bot watch",
21 "common:watch": "pnpm --filter common watch",
22 "database:watch": "pnpm --filter database watch",
23 "watch": "run-p *:watch",
24 "dev:all": "pnpm --filter './apps/**' dev",
25 "typecheck": "pnpm --filter './{packages,apps}/**' typecheck",
26 "lint": "oxlint",
27 "format": "oxfmt --no-error-on-unmatched-pattern"
28 },
29 "devDependencies": {
30 "lefthook": "^2.0.13",
31 "npm-run-all": "^4.1.5",
32 "oxfmt": "^0.20.0",
33 "oxlint": "^1.35.0",
34 "typescript": "^5.9.3"
35 },
36 "packageManager": "pnpm@10.15.0"
37}