momo-payment-api
Version:
payment momo lib develop by minhduc
35 lines (34 loc) • 776 B
JSON
{
"name": "momo-payment-api",
"version": "1.0.3",
"description": "payment momo lib develop by minhduc",
"main": "lib/index.js",
"types": "src/index.ts",
"scripts": {
"dev": "npx nodemon",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:minhduc2001/payment-momo-lib.git"
},
"keywords": [
"payment",
"momo"
],
"author": "minhduc",
"license": "MIT",
"bugs": {
"url": "https://github.com/minhduc2001/payment-momo-lib/issues"
},
"homepage": "https://github.com/minhduc2001/payment-momo-lib#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^20.4.2",
"typescript": "^5.1.6"
},
"dependencies": {
"axios": "^1.4.0",
"crypto": "^1.0.1"
}
}