Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1{
2 "name": "teal",
3 "private": true,
4 "version": "0.0.0",
5 "packageManager": "pnpm@9.15.0+sha256.09a8fe31a34fda706354680619f4002f4ccef6dadff93240d24ef6c831f0fd28",
6 "scripts": {
7 "dev": "turbo dev",
8 "build": "pnpm turbo run build --filter='./packages/*' --filter='./apps/*'",
9 "typecheck": "pnpm -r exec tsc --noEmit",
10 "fix": "biome lint --apply . && biome format --write . && biome check . --apply",
11 "nuke": "rimraf node_modules */*/node_modules",
12 "lex:gen-server": "turbo lex:gen-server",
13 "format": "prettier --write ."
14 },
15 "dependencies": {
16 "@atproto/oauth-client": "^0.3.8",
17 "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
18 "prettier": "^3.5.3",
19 "prettier-plugin-tailwindcss": "^0.6.11"
20 },
21 "devDependencies": {
22 "@types/node": "^20.17.10",
23 "biome": "^0.3.3",
24 "rimraf": "^6.0.1",
25 "turbo": "^2.3.3"
26 },
27 "workspaces": [
28 "apps/*",
29 "packages/*"
30 ]
31}