2018-07-05 12:55:45 +02:00
|
|
|
{
|
2018-08-14 12:53:16 +02:00
|
|
|
"name": "e2e-tests",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2018-09-11 14:37:36 +02:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2019-03-29 11:55:33 +01:00
|
|
|
"commander": "^2.19.0",
|
2021-06-25 15:47:16 +02:00
|
|
|
"puppeteer": "10.0.0",
|
2018-09-11 14:37:36 +02:00
|
|
|
"request": "^2.88.0",
|
2019-03-29 11:55:33 +01:00
|
|
|
"request-promise-native": "^1.0.7",
|
2018-09-11 14:37:36 +02:00
|
|
|
"uuid": "^3.3.2"
|
2018-08-14 12:53:16 +02:00
|
|
|
}
|
2018-07-05 12:55:45 +02:00
|
|
|
}
|