{ "name": "test", "version": "1.0.0", "description": "", "main": "test.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "chromedriver": "^76.0.0", "expect.js": "^0.3.1", "mocha": "^6.1.4", "rimraf": "^2.6.3", "superagent": "^5.0.5" }, "dependencies": { "selenium-server-standalone-jar": "^3.141.5", "selenium-webdriver": "^3.6.0", "superagent": "^1.8.5" } }