UNPKG

ghana-bank-sort-codes-api

Version:

This library gets all Ghana Banks Sort codes via web scrapping from _The Ghana Interbank Payment and Settlement Systems_

39 lines (38 loc) 1.22 kB
{ "name": "ghana-bank-sort-codes-api", "version": "0.0.7", "description": "This library gets all Ghana Banks Sort codes via web scrapping from _The Ghana Interbank Payment and Settlement Systems_", "main": "index.js", "scripts": { "test": "./node_modules/.bin/jest && ./node_modules/.bin/codecov --token=3e5ed2bf-6cd9-4261-bb82-84dc46ef1e3f" }, "jest": { "verbose": true, "coverageDirectory": "./coverage/", "collectCoverage": true }, "repository": { "type": "git", "url": "git+https://github.com/Avuidrauxs/ghana-bank-sort-codes-api.git" }, "keywords": ["ghana bank","ghana", "ghana banks", "bank of ghana", "cedi", "cedis"], "author": "Audax Anchirinah", "license": "MIT", "bugs": { "url": "https://github.com/Avuidrauxs/ghana-bank-sort-codes-api/issues" }, "homepage": "https://github.com/Avuidrauxs/ghana-bank-sort-codes-api#readme", "dependencies": { "cheerio": "^1.0.0-rc.3", "puppeteer": "^1.19.0", "request": "^2.88.0", "request-promise": "^4.2.4" }, "devDependencies": { "codecov": "^3.5.0", "eslint": "^6.1.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "jest": "^24.9.0" } }