{
  "name": "wflow",
  "version": "0.0.9",
  "description": "Run GitHub Actions locally",
  "main": "runner.js",
  "bin": {
    "wflow": "./cli/bin/run"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jeff Loiselle",
  "license": "MIT",
  "dependencies": {
    "async-git": "^1.6.1",
    "axios": "^0.19.0",
    "body-parser": "^1.19.0",
    "connect-history-api-fallback": "^1.6.0",
    "cors": "^2.8.5",
    "dotenv": "^8.1.0",
    "execa": "^2.0.4",
    "express": "^4.17.1",
    "file-exists": "^5.0.1",
    "find-free-ports": "^1.1.0",
    "internal-ip": "^4.3.0",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "mustache": "^3.1.0",
    "nedb": "^1.8.0",
    "nedb-promises": "^4.0.0",
    "open": "^6.4.0",
    "rimraf": "^3.0.0",
    "searchhash": "^1.0.26",
    "signale": "^1.4.0",
    "socket.io": "^2.2.0",
    "socket.io-client": "^2.2.0",
    "syslog-client": "^1.1.1",
    "syslog-server": "^1.0.1",
    "temp-dir": "^2.0.0",
    "websocketdjs": "0.0.2",
    "yargs": "^14.0.0",
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "which": "^1.3.1",
    "antd": "^3.23.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-scripts": "3.1.1"
  }
}
