{
  "name": "cypress-log-to-output",
  "version": "1.1.2",
  "description": "Sends all browser console logs to stdout while running your Cypress tests.",
  "main": "src/log-to-output.js",
  "files": [
    "src"
  ],
  "repository": "https://github.com/flotwig/cypress-log-to-output",
  "author": "Zach Bloomquist <zach@cypress.io>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.2",
    "chrome-remote-interface": "^0.27.1"
  },
  "devDependencies": {
    "mocha": "^6.2.1",
    "cypress": "^3.2.0"
  },
  "scripts": {
    "cypress:open": "cypress open --project .",
    "cypress:run": "cypress run --project .",
    "test": "mocha src/*spec.js"
  }
}
