25 lines
485 B
JSON
25 lines
485 B
JSON
|
|
{
|
||
|
|
"name": "test-selenium",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"chai": "^4.3.7",
|
||
|
|
"chrome": "^0.1.0",
|
||
|
|
"chromedriver": "^109.0.0",
|
||
|
|
"driver": "^1.0.0",
|
||
|
|
"geckodriver": "^3.2.0",
|
||
|
|
"mocha": "^10.2.0",
|
||
|
|
"selenium-webdriver": "^4.8.0"
|
||
|
|
},
|
||
|
|
"directories": {
|
||
|
|
"test": "test"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"description": ""
|
||
|
|
}
|