9 lines
240 B
JSON
9 lines
240 B
JSON
{
|
|
"name": "@modrinth/app-lib",
|
|
"scripts": {
|
|
"build": "cargo build --release",
|
|
"lint": "cargo fmt --check && cargo clippy --all-targets -- -D warnings",
|
|
"fix": "cargo fmt && cargo clippy --fix",
|
|
"test": "cargo test"
|
|
}
|
|
} |