{
  "name": "@re-do/test",
  "version": "0.2.10",
  "author": "redo.qa",
  "description": "CLI for Redo",
  "repository": {
    "type": "git",
    "url": "https://github.com/re-do/redo.git",
    "directory": "pkgs/test"
  },
  "license": "MIT",
  "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"
    }
  },
  "bin": {
    "redo": "./cli.js"
  },
  "dependencies": {
    "commander": "8.0.0",
    "node-fetch": "2.6.1",
    "@octokit/rest": "18.6.6",
    "@octokit/auth-action": "1.3.3",
    "@re-do/utils": "1.2.0",
    "@re-do/node": "1.1.0",
    "@re-do/run": "0.2.4",
    "persist-statelessly": "0.1.4",
    "adm-zip": "0.5.5",
    "@re-do/model": "0.2.0",
    "@re-do/data": "0.1.5"
  },
  "devDependencies": {
    "@types/node": "15.0.2",
    "@types/adm-zip": "0.4.34",
    "ts-node": "10.4.0",
    "typescript": "4.5.2",
    "@types/node-fetch": "2.5.8",
    "jest": "27.4.3",
    "@types/jest": "26.0.24",
    "ts-jest": "27.0.7",
    "tree-kill": "1.2.2",
    "ps-list": "7.2.0",
    "async-wait-until": "2.0.7"
  },
  "scripts": {
    "build": "redoTsc",
    "redo": "node ./cli.js",
    "syncVersions": "runScript --esm syncVersions.ts",
    "test": "jest --detectOpenHandles"
  }
}