{ "private": true, "scripts": { "build": "cargo build --release", "test": "cargo test --release", "fmt": "cargo fmt --all", "push": "wee test && git push", "reset": "git reset Head~ --soft", "p": "cargo publish --allow-dirty" } }