{
  "name": "@visual-regression-tracker/agent-codeceptjs",
  "version": "4.6.1",
  "description": "Custom helper to integrate CondeceptJS with Visual Regression Tracker",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "./node_modules/.bin/tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Visual-Regression-Tracker/agent-codeceptjs.git"
  },
  "keywords": [
    "codeceptJS",
    "codeceptjs",
    "visual-regression-tracker"
  ],
  "author": "Pavel Strunkin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Visual-Regression-Tracker/agent-codeceptjs/issues"
  },
  "homepage": "https://github.com/Visual-Regression-Tracker/agent-codeceptjs#readme",
  "devDependencies": {
    "@types/jest": "^26.0.16",
    "@types/node": "^14.14.10",
    "codeceptjs": "^2.6.11",
    "jest": "^26.6.3",
    "playwright": "^1.6.1",
    "ts-jest": "^26.4.4",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@visual-regression-tracker/sdk-js": "^4.6.2"
  }
}
