freshrss-app/test/package.json

19 lines
372 B
JSON
Raw Normal View History

2017-02-17 10:28:42 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2023-12-24 11:48:07 +00:00
"chromedriver": "^120.0.1",
2017-02-17 10:28:42 +00:00
"expect.js": "^0.3.1",
2023-03-04 20:42:01 +00:00
"mocha": "^10.2.0",
2023-12-24 11:48:07 +00:00
"selenium-webdriver": "^4.16.0",
2023-10-09 02:21:48 +00:00
"superagent": "^8.1.2"
2017-02-17 10:28:42 +00:00
}
}