UNPKG

sitemap-audit

Version:

Comprehensive sitemap auditor for website health checks

58 lines (57 loc) 1.27 kB
{ "name": "sitemap-audit", "version": "1.0.17", "description": "Comprehensive sitemap auditor for website health checks", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/vipin209/site-audit.git" }, "files": [ "dist" ], "dependencies": { "axios": "^1.7.9", "playwright": "^1.54.1", "xml2js": "^0.6.2" }, "devDependencies": { "@playwright/test": "^1.50.0", "@types/node": "^22.12.0", "@types/xml2js": "^0.4.14", "tsup": "^8.5.0", "typescript": "^5.7.3" }, "keywords": [ "quality-assurance", "sitemap", "seo-audit", "testing", "website-health", "broken-links", "playwright", "seo", "website-monitoring" ], "author": "Vipin Cheruvallil", "license": "MIT", "bugs": { "url": "https://github.com/vipin209/site-audit/issues" }, "homepage": "https://github.com/vipin209/site-audit#readme", "engines": { "node": ">=14.0.0" } }