UNPKG

monnify-js

Version:
40 lines (39 loc) 923 B
{ "name": "monnify-js", "version": "1.0.2", "description": "A Javascript wrapper for the Monnify SDK", "main": "dist/Monnify.js", "scripts": { "build": "babel src --out-dir dist --copy-files", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Monnify/Monnify-React-Wrapper.git" }, "author": "Oreoluwa Somuyiwa", "keywords": [ "monnify", "payment", "js-wrapper", "react", "angular", "vue", "javascript", "finance" ], "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "bugs": { "url": "https://github.com/Monnify/Monnify-React-Wrapper/issues" }, "homepage": "https://github.com/Monnify/Monnify-React-Wrapper", "devDependencies": { "@babel/cli": "^7.25.7", "@babel/core": "^7.25.7", "@babel/preset-env": "^7.25.7", "@babel/preset-react": "^7.25.7" } }