peertube-app/test/package.json
2024-04-29 11:23:23 +02:00

21 lines
399 B
JSON

{
"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",
"mocha": "^10.4.0"
},
"dependencies": {
"chromedriver": "^124.0.1",
"safetydance": "^2.4.0",
"selenium-webdriver": "^4.20.0"
}
}