{
"name": "@allsource/core",
"version": "0.1.0",
"private": true,
"scripts": {
"demo": "cargo run --release --bin allsource-core",
"dev": "cargo run --bin allsource-core",
"build": "cargo build --release",
"clean": "cargo clean",
"test": "cargo test",
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
"lint:sort": "cargo sort --check",
"format": "cargo fmt",
"format:sort": "cargo sort -w"
}
}