{
  "name": "indexnow-submit",
  "version": "1.1.2",
  "description": "CLI tool to use IndexNow to notify search engines of website changes",
  "bin": {
    "indexnow-submit": "dist/cli.js"
  },
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "npx tsc",
    "watch": "npx tsc -w",
    "dopublish": "npm publish --access public"
  },
  "keywords": [
    "indexnow"
  ],
  "author": "David Herron <david@davidherron.com>",
  "homepage": "https://github.com/robogeek/indexnow",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@types/got": "^9.6.12",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "commander": "^9.3.0",
    "feedme": "^2.0.2",
    "got": "^14.4.7",
    "iso8601-duration": "^2.1.1",
    "sitemapper": "^3.2.20"
  }
}
