sixty5-street/tests/package.json
2025-07-24 20:54:20 +05:30

17 lines
312 B
JSON

{
"name": "tests",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"chromedriver": "^138.0.3",
"selenium-webdriver": "^4.34.0"
}
}