UNPKG

cypress-html-validate

Version:

Cypress plugin for html-validate

53 lines (52 loc) 1.31 kB
{ "name": "cypress-html-validate", "version": "9.0.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" }, "sideEffects": [ "./commands.js", "./dist/commands.js" ], "main": "dist/index.js", "files": [ "dist", "commands.js", "commands.d.ts", "plugin.js", "plugin.d.ts", "!**/*.spec.js", "!**/*.spec.d.ts", "!**/__fixtures__/**" ], "peerDependencies": { "cypress": "^13.0.0 || ^14.0.0 || ^15.0.0", "html-validate": "^8.10.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" }, "engines": { "node": "^22.16 || >= 24.0.0" } }