Modrinth/packages/daedalus/package.json
2024-10-19 15:44:37 -07:00

10 lines
280 B
JSON

{
"name": "@modrinth/daedalus",
"scripts": {
"build": "cargo build --release",
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings",
"fix": "cargo fmt && cargo clippy --fix",
"dev": "cargo run",
"test": "cargo test"
}
}