rabbitmq-server/selenium/package.json

35 lines
815 B
JSON

{
"name": "selenium",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fakeportal": "node fakeportal/app.js",
"fakeproxy": "node fakeportal/proxy.js",
"test": " eval $(cat $ENV_FILE ) && mocha --recursive --trace-warnings --timeout 40000"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^142.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"geckodriver": "^6.0.2",
"http-proxy": "^1.18.1",
"mqtt": "^5.14.1",
"path": "^0.12.7",
"proxy": "^2.2.0",
"rhea": "^3.0.4",
"selenium-webdriver": "^4.37.0",
"xmlhttprequest": "^1.8.0",
"amqplib": "0.10.9"
},
"devDependencies": {
"chai": "^6.2.0",
"mocha": "^11.7.4",
"request": "^2.88.2",
"standard": "^17.1.2"
}
}