A discord bot for teal.fm
discord
tealfm
music
1{
2 "name": "@tealfmbot/common",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "imports": {
7 "#*": "./dist/*"
8 },
9 "exports": {
10 "./*": {
11 "types": "./*.ts",
12 "default": "./dist/*.js"
13 }
14 },
15 "scripts": {
16 "watch": "tsc --watch",
17 "build": "tsc",
18 "typecheck": "tsc --noEmit"
19 },
20 "dependencies": {
21 "envalid": "^8.1.1",
22 "pino": "^10.1.0"
23 },
24 "devDependencies": {
25 "@tealfmbot/tsconfig": "workspace:*",
26 "@types/node": "^22.15.3",
27 "pino-pretty": "^13.1.3",
28 "typescript": "5.9.2"
29 }
30}