{
  "name": "astro-indexnow",
  "version": "2.3.9",
  "description": "Astro integration to submit pages to IndexNow automatically after build",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "release:check": "node ./scripts/release-check.mjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "astro",
    "astro-integration",
    "indexnow",
    "seo",
    "search-engine",
    "bing",
    "yandex"
  ],
  "peerDependencies": {
    "astro": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "typescript": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/velohost/astro-indexnow.git"
  },
  "homepage": "https://velohost.co.uk/astro-indexnow",
  "bugs": {
    "url": "https://github.com/velohost/astro-indexnow/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.12.0"
  }
}
