{
	"name": "fox-plugin-htmllint",
	"version": "1.2.6",
	"description": "",
	"main": "build",
	"scripts": {
		"start": "ts-node src",
		"watch": "tsc --build --watch",
		"build": "tsc --build"
	},
	"bin": {
		"fox-plugin-htmllint": "./bin/fox-plugin-htmllint.js"
	},
	"type": "commonjs",
	"engines": {
		"node": ">=12.0.0 || >=13.14.0 || >=14.0.0"
	},
	"keywords": [
		"htmllint",
		"lint",
		"fox",
		"fox-suite"
	],
	"homepage": "https://github.com/eankeen/fox-suite/tree/dev/fox-plugin-htmllint#readme",
	"bugs": {
		"url": "https://github.com/eankeen/fox-suite/issues"
	},
	"author": {
		"name": "Edwin Kofler",
		"url": "https://edwinkofler.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/eankeen/fox-suite.git"
	},
	"license": "MIT",
	"dependencies": {
		"fox-esm": "^1.2.6",
		"fox-utils": "^1.2.6",
		"htmllint": "^0.8.0"
	},
	"devDependencies": {
		"fox-types": "^1.2.6",
		"fox-test-runner": "^1.2.6",
		"ts-node": "^8.10.2",
		"typescript": "^3.9.5"
	}
}
