logviewer/pretty-print/package.json

11 lines
311 B
JSON

{
"private": true,
"scripts": {
"doc": "cargo doc --no-deps --all-features",
"test": "cargo test --release",
"fmt": "cargo fmt --all",
"p": "git push && git push --tags --prune",
"reset": "git reset Head~ --soft",
"u": "cargo upgrade --workspace"
}
}