You've already forked AstralRinth
forked from didirus/AstralRinth
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"name": "@modrinth/labrinth",
|
|
"scripts": {
|
|
"build": "cargo build",
|
|
"dev": "cargo run",
|
|
"test": "cargo test",
|
|
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
|
|
"fix": "cargo fmt && cargo clippy --fix"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|