{ "name": "@repo/satellite", "private": true, "scripts": { "install": ":", "build": "cargo build --release --manifest-path ../../Cargo.toml -p satellite", "build:rust": "cargo build --release --manifest-path ../../Cargo.toml -p satellite", "dev": "cargo watch -x 'run -p satellite'", "test": "cargo test -p satellite", "test:rust": "cargo test -p satellite" }, "packageManager": "pnpm@10.18.0" }