2019-07-17 17:16:01 -07:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "test.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"expect.js": "^0.3.1",
|
2022-02-01 15:00:40 +01:00
|
|
|
"mocha": "^9.2.0",
|
2022-01-18 10:48:46 -08:00
|
|
|
"selenium-webdriver": "^4.1.1"
|
2019-07-17 17:16:01 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-01 15:00:40 +01:00
|
|
|
"chromedriver": "^97.0.4"
|
2019-07-17 17:16:01 -07:00
|
|
|
}
|
|
|
|
}
|