freshrss-app/test/package.json

21 lines
419 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^108.0.0",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.7.0",
"superagent": "^8.0.6"
}
}