UNPKG

@magic.batua/recharge

Version:

The Recharge module manages all the mobile prepaid, datacard and DTH recharge functionalities of the Magic Batua platform.

58 lines (57 loc) 1.64 kB
{ "name": "@magic.batua/recharge", "version": "2.0.2", "description": "The Recharge module manages all the mobile prepaid, datacard and DTH recharge functionalities of the Magic Batua platform.", "author": { "name": "Animesh Mishra", "email": "hello@animesh.ltd", "url": "http://www.animesh.ltd" }, "license": "UNLICENSED", "keywords": [ "magic-batua", "recharge", "typescript" ], "main": "Compiled/index.js", "scripts": { "start": "node Compiled/index.js", "postinstall": "tsc", "test": "mocha -r ts-node/register Tests/*.spec.ts", "code-manual": "tsc && node_modules/.bin/jsdoc -c jsdoc.json --verbose" }, "dependencies": { "@magic.batua/error": "^2.0.1", "@types/chai": "^4.1.2", "@types/express": "^4.11.1", "@types/js-yaml": "^3.10.1", "@types/mocha": "^2.2.48", "@types/mongodb": "^2.2.18", "@types/morgan": "^1.7.35", "@types/node": "^9.4.6", "@types/request": "^2.47.0", "@types/request-promise-native": "^1.0.13", "chai": "^4.1.2", "js-yaml": "^3.10.0", "mocha": "^5.0.1", "mongodb": "^2.2.34", "morgan": "^1.9.0", "npm": "^5.7.1", "request": "^2.83.0", "request-promise-native": "^1.0.5", "ssl-root-cas": "^1.2.5", "ts-node": "^4.1.0", "typescript": "^2.7.2" }, "repository": { "url": "https://bitbucket.org/magicbatua/magic-recharge" }, "bugs": { "url": "https://bitbucket.org/magicbatua/magic-recharge/issues" }, "homepage": "https://bitbucket.org/magicbatua/magic-recharge", "devDependencies": { "jsdoc": "^3.5.5", "postman-jsdoc-theme": "0.0.3" } }