21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"name": "selenium-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@faker-js/faker": "^8.3.1",
|
|
"mocha": "^10.2.0",
|
|
"selenium-webdriver": "^4.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3",
|
|
"@types/selenium-webdriver": "^4.1.21"
|
|
}
|
|
} |