html-validate-vue
Version:
vue transform for html-validate
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "html-validate-vue",
"version": "7.3.0",
"description": "vue transform for html-validate",
"keywords": [
"html",
"lint",
"html-validate",
"vue"
],
"homepage": "https://html-validate.org/frameworks/vue.html",
"bugs": {
"url": "https://gitlab.com/html-validate/html-validate-vue/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/html-validate/html-validate-vue.git"
},
"license": "MIT",
"author": "David Sveningsson <ext@sidvind.com>",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
}
},
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"files": [
"dist"
],
"dependencies": {
"@html-validate/plugin-utils": "2.1.0"
},
"peerDependencies": {
"html-validate": "^8.10.0 || ^9.0.0 || ^10.0.0"
},
"engines": {
"node": ">= 18.0"
}
}