moneroo-nodejs-sdk
Version:
Official Node.js SDK for Moneroo payment integration in Africa
59 lines • 1.47 kB
JSON
{
"name": "moneroo-nodejs-sdk",
"version": "1.2.3",
"description": "Official Node.js SDK for Moneroo payment integration in Africa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"moneroo",
"payment",
"sdk",
"nodejs",
"mobile money",
"mtn",
"moov",
"africa",
"benin",
"fintech"
],
"author": "Moneroo <hello@moneroo.io> (https://www.moneroo.io)",
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brandon22030/moneroo-nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/Brandon22030/moneroo-nodejs-sdk/issues"
},
"homepage": "https://github.com/Brandon22030/moneroo-nodejs-sdk#readme",
"files": [
"dist/",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"example:payment": "ts-node examples/create-payment.ts",
"example:status": "ts-node examples/check-transaction.ts",
"example:methods": "ts-node examples/payment-methods.ts",
"lint": "eslint . --ext .ts"
}
}