{ "private": true, "scripts": { "cli": "cargo run --color=always --package wxf-converter --bin wxf-converter -- -h", "build": "cargo build --release", "test": "cargo test --release", "fmt": "cargo fmt --all", "d": "cargo install --path . --debug", "i": "cargo install --path .", "p": "cargo publish --allow-dirty" } }