mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-10-31 22:28:56 +00:00
20 lines
418 B
JSON
20 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.1.2"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^94.0.0",
|
|
"selenium-server-standalone-jar": "^3.141.59",
|
|
"selenium-webdriver": "^3.6.0"
|
|
}
|
|
}
|