{ "name": "obdfcascrape", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "nyc tape tests/**/*.js", "testScrapers": "nyc tape tests/**/scrape.*.js", "testSpecific": "nyc tape tests/scrape.se.js", "testRep": "nyc tape tests/**/rep.*.js", "testfr": "nyc tape tests/fr.js", "cleanup": "rm artefacts/*.{html,json}; rm artefacts/screenshots/*.{jpg,jpeg,png};", "start": "./start.sh", "server": "http-server ./public", "malta": "node mt.js", "debuglogs": "node debuglogs.js" }, "author": "", "license": "ISC", "dependencies": { "archiver": "^2.1.1", "archiver-promise": "^1.0.0", "aws-sdk": "^2.395.0", "camelcase": "^5.0.0", "cheerio": "^1.0.0-rc.2", "crc": "^3.8.0", "cron": "^1.6.0", "csv": "^3.1.0", "dateformat": "^3.0.3", "del": "^3.0.0", "dotenv": "^6.2.0", "fs-extra": "^7.0.1", "get-ssl-certificate": "^2.3.1", "google-translate-api": "^2.3.0", "hh-mm-ss": "^1.2.0", "jsonfile": "^5.0.0", "log4js": "^3.0.6", "memory": "0.0.3", "moment": "^2.24.0", "node-free": "^1.0.0", "pm2": "^3.5.0", "puppeteer": "^1.14.0", "remove-accents-diacritics": "^1.0.2", "request": "^2.88.0", "tld-extract": "^1.0.1", "underscore": "^1.9.1", "whois": "^2.9.1", "whois-json": "^2.0.4", "yargs": "^12.0.5" }, "devDependencies": { "deep-diff": "^1.0.2", "gulp": "^3.9.1", "gulp-archiver": "^1.0.0", "gulp-aws-s3": "^1.1.0", "gulp-bump": "^3.1.3", "gulp-changed-in-place": "^2.3.0", "gulp-debug": "^4.0.0", "gulp-gzip": "^1.4.2", "gulp-tar": "^2.1.0", "nyc": "^13.1.0", "static-server": "^2.2.1", "tap-summary": "^4.0.0", "tape": "^4.9.2", "tape-promise": "^3.0.0", "translate-google": "^1.3.5" } }