{
	"name": "@saiballo/html-validator-enhanced",
	"version": "1.0.2",
	"description": "A Node module with optional settings for validating HTML pages using the \"validator.w3.org/nu\" or \"whatwg\" standard.",
	"main": "main.js",
	"keywords": [
		"html-validator-enhanced",
		"html-validator",
		"html-validate",
		"validation",
		"validator.w3.org",
		"whatwg"
	],
	"license": "MIT",
	"author": {
		"name": "Lorenzo \"Saibal\" Forti",
		"email": "lorenzo.forti@gmail.com"
	},
	"homepage": "https://github.com/saiballo/html-validator-enhanced#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/saiballo/html-validator-enhanced.git"
	},
	"bugs": {
		"url": "https://github.com/saiballo/html-validator-enhanced"
	},
	"engines": {
		"node": ">=16"
	},
	"scripts": {
		"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
	},
	"dependencies": {
		"axios": "1.7.9",
		"html-validate": "8.27.0",
		"valid-url": "^1.0.9"
	}
}