sitemap-audit
Version:
Comprehensive sitemap auditor for website health checks
57 lines (56 loc) • 1.2 kB
JSON
{
"name": "sitemap-audit",
"version": "1.0.16",
"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": "tsc && node scripts/generate-cjs.js"
},
"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",
"typescript": "^5.7.3"
},
"keywords": [
"tdd",
"sitemap",
"testing",
"audit",
"website-health",
"broken-links",
"playwright",
"seo",
"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"
}
}