{ "name": "@teal/jetstring", "scripts": { "dev": "tsx watch src/index.ts | pino-pretty" }, "dependencies": { "@libsql/client": "^0.14.0", "@skyware/jetstream": "^0.2.0", "@teal/db": "workspace:*", "@teal/lexicons": "workspace:*", "@teal/tsconfig": "workspace:*", "pino-pretty": "^13.0.0" }, "devDependencies": { "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.6.3" } }