{ "name": "@repo/tools", "version": "0.3.2", "private": true, "sideEffects": false, "type": "module", "exports": { ".": "./src/lib/index.ts", "./zx": "./src/lib/zx.ts" }, "directories": { "bin": "bin" }, "scripts": { "check:lint": "run-oxlint", "check:types": "run-tsc", "test": "run-vitest" }, "dependencies": { "@commander-js/extra-typings": "14.0.0", "@jahands/cli-tools": "0.11.4", "@types/fs-extra": "11.0.4", "@types/node": "25.5.0", "@typescript/native-preview": "7.0.0-dev.20260323.1", "cli-table3": "0.6.5", "commander": "14.0.3", "empathic": "2.0.0", "esbuild": "0.27.4", "memoize-one": "6.0.0", "p-map": "7.0.4", "smol-toml": "1.6.0", "ts-pattern": "5.9.0", "tsx": "4.21.0", "zod": "4.3.6", "zx": "8.8.5" }, "devDependencies": { "@types/bun": "1.3.11", "vitest": "4.1.0" } }