rabbitmq-server/selenium/package.json

35 lines
813 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": "^137.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"geckodriver": "^3.0.2",
"http-proxy": "^1.18.1",
"mqtt": "^5.3.3",
"path": "^0.12.7",
"proxy": "^1.0.2",
"rhea": "^3.0.3",
"selenium-webdriver": "^4.26.0",
"xmlhttprequest": "^1.8.0",
"amqplib": "0.8.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.4.0",
"request": "^2.88.2",
"standard": "^17.0.0"
}
}