Files
Benjamin Diedrichsen 7e703c93b1 streamline package naming
2026-07-29 13:07:34 +02:00

38 lines
1.4 KiB
JSON

{
"name": "@bitsquare/ansiblings",
"version": "1.0.0-build0003",
"private": true,
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "pnpm -r run build",
"build:clean": "pnpm clean && pnpm build",
"clean": "pnpm -r run clean",
"test": "pnpm -r run test",
"test:coverage": "pnpm -r run test:coverage",
"coverage:summary": "node scripts/coverage-summary.mjs",
"registry:status": "node scripts/registry-status.mjs",
"try:snapshot": "node scripts/try-snapshot.mjs",
"typecheck": "tsc --build",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:ci": "biome ci .",
"format": "biome format --write .",
"prepare": "git rev-parse --git-dir > /dev/null 2>&1 && simple-git-hooks || true"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec biome check --write --staged --no-errors-on-unmatched && git update-index --again",
"pre-push": "pnpm run lint:ci && pnpm run typecheck && pnpm run test:coverage"
},
"devDependencies": {
"@biomejs/biome": "^2.5.5",
"@bitsquare/nopy-cubes-core": "workspace:*",
"@logtape/logtape": "^2.2.4",
"@types/node": "^26.1.1",
"simple-git-hooks": "^2.13.1",
"typescript": "^7.0.2"
}
}