11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"name": "@modrinth/app-playground",
|
|
"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"
|
|
}
|
|
}
|