{
  "name": "google-index",
  "version": "3.0.0",
  "description": "A simple CLI tool which will count yours site pages in Google index",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rodion-arr/google-index.git"
  },
  "bin": {
    "google-index": "./bin/google-index"
  },
  "scripts": {
    "pretest": "standard",
    "test": "nyc --reporter=clover --reporter=text mocha",
    "tests-only": "nyc --reporter=clover --reporter=text mocha",
    "debug": "./bin/google-index count --sites='[\"github.com\",\"gitlab.com\"]'"
  },
  "keywords": [
    "google",
    "search",
    "pages",
    "index",
    "cli"
  ],
  "author": "Rodion Abdurakhimov <rodion.arr.web@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "puppeteer": "^21.5.0",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "sinon": "^15.0.1",
    "standard": "^17.0.0"
  },
  "support": true,
  "engines": {
    "node": "^21 || ^20 || ^18 || ^16"
  }
}
