{
  "name": "@testing-library/nightwatch",
  "version": "2.0.0",
  "description": "",
  "main": "dist/index.js",
  "typings": "typings",
  "scripts": {
    "add-contributor": "kcd-scripts contributors add",
    "build": "kcd-scripts build",
    "lint": "kcd-scripts lint",
    "test:unit": "kcd-scripts test --no-watch --config=jest.config.js",
    "test:nightwatch:serve": "serve --listen 13370 ./test-app",
    "test:nightwatch:run": "nightwatch",
    "validate": "kcd-scripts validate build,lint,test",
    "test:nightwatch": "npm-run-all --silent --parallel --race test:nightwatch:serve test:nightwatch:run",
    "test": "npm-run-all --parallel test:nightwatch",
    "semantic-release": "semantic-release"
  },
  "files": [
    "dist",
    "typings"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/runtime": "^7.4.3",
    "@testing-library/dom": "^6.3.0",
    "nightwatch": "^1.2.4",
    "simmerjs": "^0.5.6"
  },
  "devDependencies": {
    "chromedriver": "^79.0.3",
    "eslint": "^6.5.1",
    "kcd-scripts": "^1.2.1",
    "npm-run-all": "^4.1.5",
    "semantic-release": "^16.0.0-beta.22",
    "serve": "^11.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/testing-library/nightwatch-testing-library.git"
  },
  "release": {
    "branches": [
      "master",
      "next"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
