Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 13 lines 430 B view raw
1{ 2 "name": "@repo/satellite", 3 "private": true, 4 "scripts": { 5 "install": ":", 6 "build": "cargo build --release --manifest-path ../../Cargo.toml -p satellite", 7 "build:rust": "cargo build --release --manifest-path ../../Cargo.toml -p satellite", 8 "dev": "cargo watch -x 'run -p satellite'", 9 "test": "cargo test -p satellite", 10 "test:rust": "cargo test -p satellite" 11 }, 12 "packageManager": "pnpm@10.18.0" 13}