drishti
Version:
Visual regression testing tool for websites
64 lines (63 loc) • 1.42 kB
JSON
{
"name": "drishti",
"version": "1.1.0",
"description": "Visual regression testing tool for websites",
"repository": {
"type": "git",
"url": "https://github.com/tanmay-pathak/drishti.git"
},
"license": "MIT",
"author": "Tanmay Pathak",
"keywords": [
"visual-regression",
"testing",
"screenshot",
"comparison",
"visual-testing",
"automation",
"web-testing",
"qa"
],
"bugs": {
"url": "https://github.com/tanmay-pathak/drishti/issues"
},
"homepage": "https://github.com/tanmay-pathak/drishti#readme",
"main": "dist/index.js",
"type": "module",
"bin": {
"drishti": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rm -rf dist && tsc && chmod +x dist/index.js",
"drishti": "node dist/index.js",
"fix-permissions": "sudo chown -R $USER:$(id -gn) ."
},
"dependencies": {
"capture-website": "^4.2.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"diff": "^7.0.0",
"node-fetch": "^3.3.2",
"ora": "^8.1.1",
"p-limit": "^6.1.0",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/diff": "^6.0.0",
"@types/node": "^22.10.2",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=16"
}
}