mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-10 19:21:52 +00:00
25 lines
543 B
JSON
25 lines
543 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": {
|
|
"ejs": "^3.1.5",
|
|
"expect.js": "^0.3.1",
|
|
"mkdirp": "^1.0.4",
|
|
"mocha": "^8.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"superagent": "^6.1.0"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^87.0.5",
|
|
"selenium-server-standalone-jar": "^3.141.59",
|
|
"selenium-webdriver": "^3.6.0",
|
|
"superagent": "^1.8.5"
|
|
}
|
|
}
|