github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/webdriver/package.json (about)

     1  {
     2    "name": "wptdashboard-webdriver",
     3    "description": "Node packages leveraged by build rules for the wpt.fyi webdriver tests.",
     4    "license": "BSD-3-Clause",
     5    "repository": {
     6      "type": "git",
     7      "url": "https://github.com/web-platform-tests/wpt.fyi.git"
     8    },
     9    "devDependencies": {},
    10    "scripts": {
    11      "test": "mocha --ui tdd --timeout 12000 webdriver.js"
    12    },
    13    "dependencies": {
    14      "chai": "5.1.1",
    15      "debug": "4.3.4",
    16      "flags": "0.1.3",
    17      "mocha": "10.4.0",
    18      "puppeteer": "22.10.0"
    19    }
    20  }