UNPKG

@hachther/mesomb

Version:

JS client for browser to perform mobile payment operation with MeSomb

49 lines (48 loc) 1.2 kB
{ "name": "@hachther/mesomb", "version": "2.0.0", "description": "JS client for browser to perform mobile payment operation with MeSomb", "main": "dist/index.js", "module": "dist/index.js", "browser": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist" ], "keywords": [ "React", "ReactNative", "Angular", "MeSomb", "Orange Money", "Mobile Money", "Airtel Money", "VueJS" ], "repository": "https://github.com/hachther/mesomb-browser.git", "author": "Hachther LLC <contact@hachther.com>", "license": "MIT", "private": false, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.19.4", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.2.0", "@types/node": "^20.7.1", "babel-jest": "^29.2.1", "jest": "^29.2.1", "node-fetch": "^3.2.10", "prettier": "^2.7.1", "ts-jest": "^29.0.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.4" }, "dependencies": { "crypto-js": "^4.2.0", "isomorphic-fetch": "^3.0.0", "url-parse": "^1.5.10" } }