freshrss-app/test/package.json

23 lines
489 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": "^91.0.1",
"ejs": "^3.1.6",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^9.0.0",
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^6.1.0"
}
}