Files
AstralRinth/apps/labrinth/package.json
2024-10-16 15:57:44 -07:00

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": {
}
}