@zthun/janitor-htmlhint-config
Version:
A shared configuration for htmlhint for @zthun scoped projects.
44 lines (43 loc) • 995 B
JSON
{
"name": "@zthun/janitor-htmlhint-config",
"version": "19.5.4",
"description": "A shared configuration for htmlhint for @zthun scoped projects.",
"keywords": [
"htmlhint",
"htmlhint-config"
],
"type": "module",
"types": "./dist/index.d.mts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
"types": "./dist/index.d.mts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"license": "MIT",
"scripts": {
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/zthun/janitor",
"directory": "packages/janitor-htmlhint-config"
},
"files": [
"dist"
],
"devDependencies": {
"@zthun/janitor-build-config": "^19.5.4",
"htmlhint": "^1.8.0",
"vite": "^7.3.0"
},
"peerDependencies": {
"htmlhint": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"author": "Anthony Bonta",
"gitHead": "0a41fbdff1b19bffd8178fe7e91fe480694fe3cb"
}