Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at sponsor-button 19 lines 429 B view raw
1{ 2 "name": "@teal/jetstring", 3 "scripts": { 4 "dev": "tsx watch src/index.ts | pino-pretty" 5 }, 6 "dependencies": { 7 "@libsql/client": "^0.14.0", 8 "@skyware/jetstream": "^0.2.0", 9 "@teal/db": "workspace:*", 10 "@teal/lexicons": "workspace:*", 11 "@teal/tsconfig": "workspace:*", 12 "pino-pretty": "^13.0.0" 13 }, 14 "devDependencies": { 15 "tsup": "^8.3.5", 16 "tsx": "^4.19.2", 17 "typescript": "^5.6.3" 18 } 19}