{
"name": "mudssky_utils",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "cargo test --tests --all-features",
"doc:build": "cargo doc --no-deps --all-features",
"doc:watch": "watchexec.exe --restart --clear --exts rs cargo doc --no-deps",
"test:doc": "cargo test --doc",
"prepare": "husky",
"format": "cargo fmt --all",
"format:check": "cargo fmt --all -- --check",
"lint": "cargo clippy --workspace --all-targets -- -D warnings",
"lint:quick": "cargo clippy -- -D warnings",
"publish:dryrun": "cargo publish --dry-run",
"semantic-release": "semantic-release",
"semantic-release:dryrun": "semantic-release --dry-run",
"check:all": "pnpm format:check && pnpm lint && pnpm test && pnpm doc:build && pnpm test:doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudssky/mudssky_utils.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mudssky/mudssky_utils/issues"
},
"homepage": "https://github.com/mudssky/mudssky_utils#readme",
"description": "",
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^11.0.3",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"semantic-release": "^24.2.7"
}
}