mastodon-app/test/package.json

20 lines
370 B
JSON
Raw Normal View History

2019-07-18 00:16:01 +00:00
{
"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",
2024-02-14 10:13:42 +00:00
"mocha": "^10.3.0",
2024-02-23 14:38:53 +00:00
"selenium-webdriver": "^4.18.1"
2019-07-18 00:16:01 +00:00
},
"dependencies": {
2024-02-23 14:38:53 +00:00
"chromedriver": "^122.0.3"
2019-07-18 00:16:01 +00:00
}
}