node-paytm-api
Version:
Paytm internal API for Node.js
20 lines (19 loc) • 467 B
JSON
{
"name": "node-paytm-api",
"version": "1.0.1",
"description": "Paytm internal API for Node.js",
"main": "paytm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["paytm", "api", "reverse engineered"],
"author": "Swapnil Soni",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/SwapnilSoni1999/node-paytm-api.git"
},
"dependencies": {
"axios": "^0.20.0"
}
}