mastodon-app/test/package.json
Renovate Bot ad861a9264 chore(deps): update dependency tootsuite/mastodon to v4.3.2
| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.1 | 4.3.2 |
2024-12-03 16:45:51 +00:00

19 lines
370 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",
"selenium-webdriver": "^4.27.0"
},
"dependencies": {
"chromedriver": "^131.0.1"
}
}