{
  "name": "sitemap-xml-parser",
  "version": "1.4.1",
  "description": "Parses sitemap XML files and returns all listed URLs. CLI and library. Supports TSV/JSON output, filtering, sitemap index files, and gzip compression.",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "sitemap-xml-parser": "bin/cli.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib",
    "bin"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "keywords": ["sitemap", "xml", "parse", "gzip", "sitemap-index", "cli", "tsv", "json"],
  "author": "shinkawax",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinkawax/sitemap-xml-parser.git"
  },
  "bugs": {
    "url": "https://github.com/shinkawax/sitemap-xml-parser/issues"
  },
  "homepage": "https://github.com/shinkawax/sitemap-xml-parser#readme",
  "dependencies": {
    "xml2js": "^0.6.2"
  }
}
