{
  "name": "@repeato/cli-testrunner",
  "version": "1.9.4",
  "description": "Headless node.js test runner for Repeato mobile UI tests",
  "main": "./testrun.js",
  "bin": "./cli-testrunner.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/repeato-qa/npm-testrunner.git"
  },
  "keywords": [
    "test runner",
    "ui testing",
    "test automation",
    "computer vision",
    "no code"
  ],
  "author": "Stephan Petzl",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/repeato-qa/npm-testrunner/issues"
  },
  "homepage": "https://www.repeato.app",
  "dependencies": {
    "@sentry/node": "^8.13.0",
    "@sentry/profiling-node": "^8.13.0",
    "@repeato/native-cv": "^0.2.6",
    "node-native-ocr": "0.4.17",
    "sharp": "^0.34.5",
    "ws": "^8.17.1"
  }
}