{
  "name": "@henryqw/pi-herdr",
  "version": "0.4.7",
  "description": "Shared client for interacting with Herdr from Node.js tools and Pi packages.",
  "keywords": [
    "pi-package",
    "pi",
    "herdr",
    "cli"
  ],
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "license": "MIT",
  "files": [
    "LICENSE",
    "dist",
    "README.md"
  ],
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "test": "npm run build && node --test test/*.test.ts",
    "typecheck": "tsc --noEmit --allowImportingTsExtensions --target ES2022 --module NodeNext --moduleResolution NodeNext --types node --skipLibCheck src/*.ts",
    "prepack": "npm run build",
    "pack:check": "npm pack --dry-run"
  },
  "devDependencies": {
    "@types/proper-lockfile": "^4.1.4"
  },
  "dependencies": {
    "proper-lockfile": "^4.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HenryQW/pi-harness.git",
    "directory": "packages/pi-herdr"
  },
  "bugs": {
    "url": "https://github.com/HenryQW/pi-harness/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
