Modrinth/packages/app-lib/package.json
2024-10-18 16:07:35 -07:00

9 lines
255 B
JSON

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