mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-12-22 22:26:27 +00:00
ad861a9264
| datasource | package | from | to | | --------------- | ------------------ | ----- | ----- | | github-releases | tootsuite/mastodon | 4.3.1 | 4.3.2 |
19 lines
370 B
JSON
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"
|
|
}
|
|
}
|