13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"name": "@modrinth/daedalus_client",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@modrinth/daedalus": "workspace:*"
|
|
}
|
|
} |