{
  "name": "wp-e2e-page-objects",
  "version": "0.10.0",
  "description": "WordPress Page Objects to be used on end-to-end tests with Selenium WebDriver",
  "main": "./lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "test": "cross-env NODE_CONFIG_DIR='./test/config' BABEL_ENV=commonjs mocha --require babel-core/register --recursive",
    "test:single": "cross-env NODE_CONFIG_DIR='./test/config' BABEL_ENV=commonjs mocha --require babel-core/register",
    "cover": "cross-env BABEL_ENV=commonjs istanbul cover _mocha -- --compilers js:babel-register --recursive",
    "lint": "eslint src test",
    "build": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
    "pre-publish": "npm run clean && npm run lint && npm run test && npm run build",
    "preversion": "npm run clean && npm run lint",
    "version": "npm run build && git add -A .",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/woocommerce/wp-e2e-page-objects.git"
  },
  "keywords": [
    "WordPress",
    "wp",
    "page-objects",
    "selenium",
    "webdriver"
  ],
  "author": "WooCommerce",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/woocommerce/wp-e2e-page-objects"
  },
  "homepage": "https://github.com/woocommerce/wp-e2e-page-objects",
  "dependencies": {
    "deprecate": "^1.1.1",
    "lodash": "^4.17.15",
    "selenium-webdriver": "^3.6.0",
    "sprintf-js": "^1.1.2",
    "wp-e2e-webdriver": "^0.16.0"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.14.0",
    "babel-eslint": "^10.0.3",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-2": "^6.13.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "config": "^3.2.5",
    "cross-env": "^7.0.0",
    "eslint": "^6.8.0",
    "eslint-config-wpcalypso": "^5.0.0",
    "eslint-plugin-jsdoc": "^21.0.0",
    "eslint-plugin-wpcalypso": "^4.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^7.0.1",
    "remove-trailing-slash": "^0.1.0",
    "rimraf": "^3.0.1"
  }
}
