UNPKG

@gov-cy/govcy-frontend-tester

Version:

Front end automated tests based on gov.cy design system.

47 lines (46 loc) 1.09 kB
{ "name": "@gov-cy/govcy-frontend-tester", "version": "1.2.8", "description": "Front end automated tests based on gov.cy design system.", "main": "./dist/govcy-frontend-tester.mjs", "author": "DSF Team", "license": "MIT", "type": "module", "scripts": { "test": "mocha --trace-deprecation --timeout 60000 --require @babel/register ./tests/**/*.test.js" }, "keywords": [ "govcy", "design system", "accessibility", "analysis", "cli", "report" ], "repository": { "type": "git", "url": "https://github.com/gov-cy/govcy-frontend-tester.git" }, "homepage": "https://github.com/gov-cy/govcy-frontend-tester", "dependencies": { "handlebars": "^4.7.7", "lighthouse": "^12.2.2", "node-fetch": "^3.2.10", "pa11y": "^8.0.0", "puppeteer": "^22.13.1", "semver": "^7.3.7" }, "files": [ "dist" ], "devDependencies": { "@babel/core": "^7.20.12", "@babel/register": "^7.18.9", "chai": "^4.3.7", "http-server": "^14.1.1", "mocha": "^10.2.0" }, "overrides": { "ws": ">=8.17.1" } }