cypress-html-validate
Version:
Cypress plugin for html-validate
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "cypress-html-validate",
"version": "7.1.0",
"description": "Cypress plugin for html-validate",
"keywords": [
"html",
"html-validate",
"cypress",
"validator"
],
"homepage": "https://gitlab.com/html-validate/cypress-html-validate",
"bugs": {
"url": "https://gitlab.com/html-validate/cypress-html-validate/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/html-validate/cypress-html-validate.git"
},
"license": "MIT",
"author": "David Sveningsson <ext@sidvind.com>",
"exports": {
".": "./dist/index.js",
"./dist/plugin": "./dist/plugin.js",
"./dist/commands": "./dist/commands.js",
"./dist/formatter": "./dist/index.js",
"./plugin": "./dist/plugin.js",
"./commands": "./dist/commands.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist",
"commands.js",
"commands.d.ts",
"plugin.js",
"plugin.d.ts",
"!**/*.spec.js",
"!**/*.spec.d.ts",
"!**/__fixtures__/**"
],
"peerDependencies": {
"cypress": "^11.0.1 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"html-validate": "^8.10.0 || ^9.0.0"
},
"engines": {
"node": ">= 18"
}
}