mastodon-app/test/package.json

20 lines
369 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",
2022-11-14 18:23:28 +00:00
"mocha": "^10.1.0",
2022-11-17 17:27:38 +00:00
"selenium-webdriver": "^4.6.1"
2019-07-18 00:16:01 +00:00
},
"dependencies": {
2022-11-14 18:23:28 +00:00
"chromedriver": "^107.0.3"
2019-07-18 00:16:01 +00:00
}
}