mirror of
https://github.com/tauri-apps/webdriver-example.git
synced 2026-01-31 00:55:20 +01:00
16 lines
293 B
JSON
16 lines
293 B
JSON
{
|
|
"name": "selenium",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"format": "prettier --write \"./**/*.js\""
|
|
},
|
|
"dependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^9.0.0",
|
|
"selenium-webdriver": "^4.0.0-beta.4"
|
|
}
|
|
}
|