{ "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", "mocha": "^10.0.0" }, "dependencies": { "chromedriver": "^105.0.1", "selenium-server-standalone-jar": "^3.141.59", "selenium-webdriver": "^4.4.0" } }