peertube-app/test/package.json

20 lines
370 B
JSON
Raw Normal View History

2020-07-21 20:46:54 +00:00
{
"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",
2022-12-13 10:31:00 +00:00
"mocha": "^10.2.0"
2020-07-21 20:46:54 +00:00
},
"dependencies": {
2023-12-24 12:51:30 +00:00
"chromedriver": "^120.0.1",
"selenium-webdriver": "^4.16.0"
2020-07-21 20:46:54 +00:00
}
}