{
  "name": "@re-do/run",
  "version": "0.2.4",
  "author": "redo.qa",
  "description": "Delightful web testing that writes itself 🖋",
  "repository": {
    "type": "git",
    "url": "https://github.com/re-do/redo.git",
    "directory": "pkgs/run"
  },
  "type": "module",
  "main": "out/cjs/index.cjs",
  "types": "out/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./out/types/index.d.ts",
      "import": "./out/esm/index.js",
      "require": "./out/cjs/index.cjs"
    }
  },
  "dependencies": {
    "@re-do/model": "0.2.0",
    "@re-do/utils": "1.2.0",
    "playwright-core": "1.12.3",
    "@re-do/node": "1.1.0"
  },
  "devDependencies": {
    "jest": "27.4.3",
    "@types/jest": "26.0.24",
    "ts-jest": "27.0.7",
    "typescript": "4.5.2"
  },
  "scripts": {
    "build": "redoTsc",
    "test": "echo 'To run tests manually, use npm run devTest'",
    "devTest": "jest"
  }
}