prebid-integration-monitor/package.json
2024-09-20 08:05:19 -06:00

29 lines
752 B
JSON

{
"name": "prebid-integration-monitor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prebid/prebid-integration-monitor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prebid/prebid-integration-monitor/issues"
},
"homepage": "https://github.com/prebid/prebid-integration-monitor#readme",
"dependencies": {
"csv-writer": "^1.6.0",
"line-reader": "^0.4.0",
"puppeteer": "^22.7.1",
"puppeteer-cluster": "^0.24.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}