n26-puppeteer-scraper
Version:
n26 scraper: a tool to download account informations and transactions archive
31 lines (30 loc) • 617 B
JSON
{
"name": "n26-puppeteer-scraper",
"version": "5.1.0",
"description": "n26 scraper: a tool to download account informations and transactions archive",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "ava -s -v"
},
"keywords": [
"n26",
"download",
"archive",
"scraper",
"unofficial"
],
"author": "",
"license": "ISC",
"dependencies": {
"debug": "^4.1.1",
"download": "^7.1.0",
"mega-scraper": "^11.11.5",
"p-retry": "^4.2.0",
"simple-telegram-message": "^1.4.1",
"yargs": "^15.1.0"
},
"devDependencies": {
"ava": "^2.4.0"
}
}