htmlhint-plugin-blocked-words
Version:
An [HTMLHint](https://htmlhint.com/) plugin that allows users to block arbitrary phrases in HTML code.
55 lines (54 loc) • 1.62 kB
JSON
{
"name": "htmlhint-plugin-blocked-words",
"version": "1.0.2",
"keywords": [
"htmlhint",
"html",
"lint",
"block",
"tag",
"tagname",
"attribute"
],
"homepage": "https://github.com/electrovir/htmlhint-plugin-blocked-words#readme",
"bugs": {
"url": "https://github.com/electrovir/htmlhint-plugin-blocked-words/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electrovir/htmlhint-plugin-blocked-words.git"
},
"license": "MIT",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"main": "dist/index.js",
"scripts": {
"format": "virmator format write",
"prepublishOnly": "rm -rf dist && tsc && npm run test:full",
"readme:update": "virmator code-in-markdown README.md",
"spellcheck": "virmator spellcheck --extendable-config",
"test": "jest --config ./src/jest/jest.config.ts",
"test:full": "npm test && npm run spellcheck && virmator format check && virmator code-in-markdown --check README.md"
},
"dependencies": {
"augment-vir": "^1.5.1"
},
"devDependencies": {
"@types/htmlhint": "^1.1.2",
"@types/jest": "^27.4.1",
"htmlhint": "^1.1.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"virmator": "^1.4.5"
},
"peerDependencies": {
"htmlhint": "^1.1.2"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}