{ "private": true, "scripts": { "cargo-audit": "tsx ./scripts/audit.mjs", "build-sbf": "tsx ./scripts/build-sbf.mjs", "clippy": "tsx ./scripts/clippy.mjs", "doc": "tsx ./scripts/doc.mjs", "format": "tsx ./scripts/format.mjs", "hack": "tsx ./scripts/hack.mjs", "lint": "tsx ./scripts/lint.mjs", "semver": "tsx ./scripts/semver.mjs", "test": "tsx ./scripts/test.mjs" }, "devDependencies": { "@iarna/toml": "^2.2.5", "tsx": "^4.19.3", "typescript": "^5.7.3", "zx": "^8.3.2" }, "engines": { "node": ">=v20.0.0" }, "packageManager": "pnpm@9.1.0" }