{
    "name": "wallets-africa",
    "version": "1.0.3",
    "description": "Nodejs API wrapper for wallets africa ",
    "main": "index.js",
    "directories": {
        "test": "test"
    },
    "dependencies": {
        "axios": "^0.19.2"
    },
    "devDependencies": {
        "@types/node": "^13.7.4",
        "@types/axios": "^0.14.0",
        "@types/chai": "^4.2.9",
        "@types/faker": "^4.1.10",
        "@types/mocha": "^7.0.1",
        "@typescript-eslint/eslint-plugin": "^2.20.0",
        "@typescript-eslint/parser": "^2.20.0",
        "chai": "^4.2.0",
        "eslint": "^6.8.0",
        "eslint-config-google": "^0.14.0",
        "eslint-config-prettier": "^6.10.0",
        "eslint-plugin-prettier": "^3.1.2",
        "faker": "^4.1.0",
        "prettier": "^1.19.1",
        "ts-node": "^8.6.2",
        "typescript": "^3.8.2",
        "mocha": "^7.0.1"
    },
    "scripts": {
        "test": "npm run build && env SECRET_KEY= PUBLIC_KEY= mocha dist/tests/\\*\\*/\\*.spec.js --timeout 15000 && rm -rf dist",
        "build": "tsc && cp types.d.ts dist/ && cp package.json dist/ && cp README.md dist/ && cp LICENSE dist/"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sheghun/wallets-africa-nodejs-sdk.git"
    },
    "keywords": [
        "payment",
        "API",
        "wallets.africa",
        "wallets",
        "africa",
        "naira",
        "transfer",
        "bank",
        "airtime"
    ],
    "author": "Oladiran Segun <sheghunoladiran9@gmail.com> (http://github.com/sheghun)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/sheghun/wallets-africa-nodejs-sdk/issues"
    },
    "homepage": "https://github.com/sheghun/wallets-africa-nodejs-sdk#readme"
}
