UNPKG

opay-node

Version:

This NodeJS SDK makes it easy to integrate your applications & interact with the [OPay](https://opayweb.com) APIs.

48 lines (47 loc) 1.21 kB
{ "name": "opay-node", "version": "1.0.3", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "repository": { "type": "git", "url": "https://github.com/thisisyinka/opay-nodejs-sdk" }, "author": "Layinka Jaji <layinkawebdev@gmail.com>", "license": "MIT", "scripts": { "build": "rollup -c", "dev": "rollup -c -w" }, "files": [ "dist/*" ], "keywords": [ "opay", "node", "nodejs", "sdk" ], "dependencies": { "alphabetize-object-keys": "^3.0.0", "got": "^11.8.0", "lodash": "^4.17.20", "lodash.foreach": "^4.5.0", "lodash.isempty": "^4.4.0", "lodash.isobject": "^3.0.2", "lodash.keys": "^4.2.0", "lodash.some": "^4.6.0", "lodash.sortby": "^4.7.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", "nodemon": "^2.0.6", "rollup": "^2.33.3", "rollup-plugin-visualizer": "^4.2.0" }, "description": "This NodeJS SDK makes it easy to integrate your applications & interact with the [OPay](https://opayweb.com) APIs.", "bugs": { "url": "https://github.com/thisisyinka/opay-nodejs-sdk/issues" }, "homepage": "https://github.com/thisisyinka/opay-nodejs-sdk#readme" }