Files

25 lines
485 B
JSON
Raw Permalink Normal View History

2023-03-06 14:23:39 +07:00
{
"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": ""
}