mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-10 19:21:52 +00:00
20 lines
399 B
JSON
20 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.6.0"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^126.0.4",
|
|
"safetydance": "^2.4.0",
|
|
"selenium-webdriver": "^4.22.0"
|
|
}
|
|
}
|