@ovotech/cypress-tourist
Version:
Visit a place, take a picture. Compare.
66 lines (65 loc) • 1.39 kB
JSON
{
"name": "@ovotech/cypress-tourist",
"version": "1.3.4",
"description": "Visit a place, take a picture. Compare.",
"main": "src/index.js",
"files": [
"src",
"bin"
],
"bin": {
"cypress-tourist": "./bin/index.js"
},
"scripts": {
"bump": "sh scripts/bump.sh",
"lint": "standard {src,bin}/**/*.js",
"pre-commit": "npm run lint",
"test-integration": "cypress run",
"start": "micro test-server",
"test-visual-regression": "npm run vr",
"vr": "node ./bin/index.js"
},
"types": "src/index.d.ts",
"keywords": [
"cypress",
"visual regression",
"blink-diff",
"testing",
"e2e"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ovotech/cypress-tourist.git"
},
"bugs": "https://github.com/ovotech/cypress-tourist/issues",
"author": "Oliver Smit <https://github.com/olmesm>",
"license": "Apache-2.0",
"devDependencies": {
"cypress": "^3.3.2",
"husky": "^2.7.0",
"micro": "^9.3.4",
"standard": "^12.0.1"
},
"peerDependencies": {
"cypress": "^3"
},
"dependencies": {
"blink-diff": "^1.0.13",
"chalk": "^2.4.2",
"cp-file": "^7.0.0",
"fast-glob": "^3.0.2",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=8"
},
"standard": {
"env": {
"node": true,
"jest": true
}
}
}