{
  "name": "chrome-page-eval",
  "version": "1.4.0",
  "description": "Evaluate a script function on a page with Chrome",
  "main": "index.js",
  "homepage": "https://github.com/bjrmatos/chrome-page-eval",
  "repository": {
    "type": "git",
    "url": "git@github.com:bjrmatos/chrome-page-eval.git"
  },
  "keywords": [
    "chrome",
    "eval",
    "puppeteer"
  ],
  "author": "BJR Matos <bjrmatos@gmail.com>",
  "contributors": [
    "BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
    "Jan Blaha <jan.blaha@hotmail.com> (https://github.com/pofider)"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=22.18"
  },
  "standard": {
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "scripts": {
    "test": "mocha --timeout 12000 test/test.js && standard"
  },
  "devDependencies": {
    "mocha": "10.1.0",
    "puppeteer": "1.0.0",
    "should": "13.2.3",
    "standard": "16.0.4"
  },
  "dependencies": {
    "debug": "3.1.0"
  }
}
