{ "name": "ovunto-security", "scripts": { "fix": "cargo fix --allow-dirty", "build": "cargo build", "format": "cargo fmt", "client": "cargo run --bin client --features client", "test": "cargo test", "server": "cargo run --bin server", "dev": "echo 'Watching for changes...' && cargo watch -s 'pnpm fix && pnpm format && [[ -z \"$TEST\" ]] && pnpm client || pnpm test'" } }