{
  "name": "google-that",
  "version": "1.1.1",
  "description": "CLI tool to scrape google search results without a api key",
  "repository": "https://github.com/typicalninja/google-sr",
  "homepage": "https://github.com/typicalninja/google-sr",
  "exports": null,
  "bin": "./dist/index.js",
  "type": "module",
  "keywords": [
    "google-sr",
    "gsr",
    "google",
    "googlesr",
    "search",
    "google-search",
    "googlesearch",
    "scraping",
    "cli"
  ],
  "author": "typicalninja",
  "license": "Apache-2.0",
  "dependencies": {
    "@types/node": "^22.3.0",
    "yargs": "^17.7.2",
    "google-sr": "5.0.0"
  },
  "engines": {
    "node": ">=16"
  },
  "devDependencies": {
    "@types/yargs": "^17.0.32",
    "tsx": "^4.16.2"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/index.ts"
  }
}