{
  "name": "tovuk",
  "version": "0.1.111",
  "description": "Use Tovuk scraper APIs from a native CLI.",
  "type": "module",
  "bin": {
    "tovuk": "bin/tovuk.mjs"
  },
  "files": [
    "bin",
    "install.mjs",
    "native-release-targets.json",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.17"
  },
  "keywords": [
    "tovuk",
    "rust",
    "scraper",
    "api",
    "cli"
  ],
  "homepage": "https://tovuk.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tovuk/tovuk.git",
    "directory": "packages/tovuk"
  },
  "bugs": {
    "url": "https://github.com/tovuk/tovuk/issues"
  },
  "license": "MIT",
  "scripts": {
    "postinstall": "node install.mjs",
    "precheck": "../../scripts/sync-native-release-targets.sh",
    "check": "npm run check:policy && npm run runtime && npm run pack:dry",
    "check:policy": "../../scripts/check-public-contracts.sh npm-cli-package",
    "runtime": "../../scripts/check-public-contracts.sh npm-native-runtime",
    "prepack": "../../scripts/sync-native-release-targets.sh",
    "pack:dry": "npm pack --dry-run"
  }
}
