{
  "name": "playdrums",
  "version": "0.2.8",
  "description": "Multibrowser test automation framework",
  "scripts": {
    "test": "node server.js",
    "doc": "documentation build lib/playdrums.js -f md --shallow -o api.md --markdown-toc=false"
  },
  "dependencies": {
    "playwright": "^1.7.1",
    "playwright-core": "^1.7.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "the-internet-express": "git+https://github.com/getgauge-contrib/the-internet-express.git"
  },
  "main": "lib/playdrums.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sarut0bi/playDrums.git"
  },
  "keywords": [
    "testing",
    "playwright",
    "mocha",
    "jest",
    "gauge",
    "headless",
    "painless",
    "webkit",
    "chrome",
    "firefox",
    "safari"
  ],
  "author": "sarut0bi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sarut0bi/playDrums/issues"
  },
  "homepage": "https://github.com/sarut0bi/playDrums#readme"
}
