peertube-app/test/package.json
2022-03-08 11:51:44 -08:00

21 lines
418 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": "^9.2.1"
},
"dependencies": {
"chromedriver": "^99.0.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.1.1"
}
}