peertube-app/test/package.json
Renovate Bot c4f5594a6b chore(deps): update dependency chocobozzz/peertube to v7
| datasource      | package             | from  | to    |
| --------------- | ------------------- | ----- | ----- |
| github-releases | Chocobozzz/PeerTube | 6.3.3 | 7.0.0 |
2024-12-22 13:48:16 +00:00

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": "^11.0.1"
},
"dependencies": {
"chromedriver": "^131.0.3",
"safetydance": "^2.4.0",
"selenium-webdriver": "^4.27.0"
}
}