egypt-banks-scraper
Version:
Scrape exchange rates from Egypt banks
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "egypt-banks-scraper",
"version": "2.0.0",
"license": "MIT",
"description": "Scrape exchange rates from Egypt banks",
"keywords": [
"egypt",
"bank",
"banks",
"exchange rates"
],
"author": "MMayla <mohamed.mayla@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/MMayla/egypt-banks-scraper.git"
},
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"build": "babel src -d dist",
"lint": "eslint src tests",
"lint:fix": "npm run lint -- --fix",
"test": "jest --detectOpenHandles",
"test:dev": "npm run test -- --watch",
"prepublish": "npm run clean & npm run build",
"start": "babel-node src/index.js"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"coffeescript": "^2.3.2",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"node-env-file": "^0.1.8",
"path": "^0.12.7",
"puppeteer": "^1.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}