{ "name": "hatk", "private": true, "workspaces": [ "packages/*", "docs/site" ], "type": "module", "scripts": { "lint": "oxlint .", "typecheck": "tsc --noEmit", "format": "oxfmt --write .", "format:check": "oxfmt --check .", "check": "tsc --noEmit && oxlint . && oxfmt --check .", "build": "npm run build -w @hatk/hatk", "publish:hatk": "npm publish -w @hatk/hatk --tag alpha", "release": "npm run build -w @hatk/hatk && npm publish -w @hatk/hatk --tag alpha", "docs": "npm run dev -w @hatk/docs", "docs:build": "npm run build -w @hatk/docs" }, "devDependencies": { "@types/node": "^25.3.0", "oxfmt": "^0.35.0", "oxlint": "^1.50.0", "typescript": "^5.9.3" }, "engines": { "node": ">=25.0.0" } }