@progress/kendo-e2e
Version:
Kendo UI end-to-end test utilities.
99 lines (98 loc) • 2.52 kB
JSON
{
"name": "@progress/kendo-e2e",
"version": "4.7.0",
"description": "Kendo UI end-to-end test utilities.",
"main": "dist/index.js",
"bin": {
"snapshot": "./dist/snapshot-cli/index.js"
},
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"lint": "npx eslint ./src/**/*.ts ./tests/**/*.ts",
"build": "npx tsc",
"test:a11y": "npx jest tests/a11y",
"test:components": "npx jest tests/components",
"test:e2e": "npx jest tests/e2e",
"test:rendering": "npx jest tests/rendering",
"test:utils": "npx jest tests/utils/**/*.tests.ts",
"test:visual": "npx jest tests/visual",
"test:snapshot": "cd tests/snapshot-cli && chmod +x run.sh && ./run.sh",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-e2e.git"
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
{
"name": "master",
"channel": "latest"
}
]
},
"keywords": [
"a11y",
"accessibility",
"axe",
"e2e",
"jest",
"selenium",
"selenium-webdriver",
"webdriver",
"kendo",
"telerik",
"progress"
],
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/telerik/kendo-e2e/issues"
},
"homepage": "https://github.com/telerik/kendo-e2e#readme",
"dependencies": {
"@axe-core/webdriverjs": "4.10.1",
"@types/selenium-webdriver": "4.1.28",
"commander": "^2.13.0",
"glob": "^7.1.6",
"http-server": "^14.1.1",
"js-beautify": "^1.14.7",
"jsdom": "^16.7.0",
"looks-same": "^7.3.0",
"pngjs": "^6.0.0",
"rgb2hex": "^0.2.5",
"sanitize-html": "^2.10.0",
"selenium-webdriver": "4.29.0",
"sharp": "^0.33.0",
"yauzl": "^3.2.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@progress/kendo-themes-html": "^6.4.0",
"@types/jest": "^29.5.2",
"@types/node": "ts5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"husky": "^8.0.1",
"jest": "^29.5.0",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"typescript": "~5.8.2"
}
}