UNPKG

rm-api-sdk-erider

Version:

A NodeJS wrapper for some of the RESTful methods documented at doc.revenuemonster.my

41 lines (40 loc) 1.02 kB
{ "name": "rm-api-sdk-erider", "description": "A NodeJS wrapper for some of the RESTful methods documented at doc.revenuemonster.my", "keywords": [ "RevenueMonster", "Payment", "API", "SDK" ], "repository": "https://github.com/rednetmalaysia/rm-api-sdk-erider-npm-package", "version": "1.2.1", "homepage": "https://github.com/rednetmalaysia/rm-api-sdk-erider-npm-package", "bugs": { "url": "https://github.com/rednetmalaysia/rm-api-sdk-erider-npm-package" }, "contributors": [ "ZhengyanPeh <zhengyan@revenuemonster.my>", "Bakr" ], "license": "MIT", "files": [ "dist/" ], "main": "dist/index.js", "dependencies": { "axios": "^0.18.0", "lodash": "^4.17.11" }, "scripts": { "build": "tsc", "watch": "concurrently \"tsc --watch\" \"nodemon dist/index.js\"" }, "devDependencies": { "@types/lodash": "^4.14.119", "@types/node": "^10.14.4", "concurrently": "^4.1.0", "nodemon": "^1.18.9", "typescript": "^3.2.2" } }