mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
14 lines
218 B
JSON
14 lines
218 B
JSON
|
{
|
||
|
"name": "selenium",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"chai": "^4.3.4",
|
||
|
"mocha": "^9.0.3",
|
||
|
"selenium-webdriver": "^4.0.0-beta.4"
|
||
|
}
|
||
|
}
|