{
  "name": "@pageobject/core",
  "version": "1.0.0-beta-4",
  "description": "This package is the basis for the PageObjectJS standard API.",
  "license": "MIT",
  "author": "Clemens Akens <clebert@me.com>",
  "homepage": "https://pageobject.js.org/",
  "keywords": [
    "javascript",
    "node",
    "web",
    "test",
    "testing",
    "automation",
    "end-to-end",
    "e2e",
    "pageobject",
    "puppeteer",
    "selenium",
    "webdriver"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/clebert/pageobject.git"
  },
  "bugs": {
    "url": "https://github.com/clebert/pageobject/issues"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  }
}
