@zthun/htmlhint-config
Version:
A shared configuration for htmlhint for @zthun scoped projects.
43 lines (42 loc) • 931 B
JSON
{
"name": "@zthun/htmlhint-config",
"version": "18.1.0",
"description": "A shared configuration for htmlhint for @zthun scoped projects.",
"keywords": [
"htmlhint",
"htmlhint-config"
],
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"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/htmlhint-config"
},
"files": [
"dist"
],
"devDependencies": {
"htmlhint": "^1.1.4",
"vite": "^6.3.5"
},
"peerDependencies": {
"htmlhint": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"author": "Anthony Bonta",
"gitHead": "6ee6578d8e911478abc40938a80f36c2edeea358"
}