limepay
Version:
LimePay SDK is a node module for simplifying the consumption of LimePay API
43 lines (42 loc) • 851 B
JSON
{
"name": "limepay",
"version": "0.1.4",
"description": "LimePay SDK is a node module for simplifying the consumption of LimePay API ",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-debug": "mocha --debug-brk",
"coverage": "nyc mocha --timeout=5000"
},
"repository": {
"type": "git",
"url": "https://github.com/LimePay/nodesdk.git"
},
"keywords": [
"LimePay",
"LimePaySDK",
"limepay-sdk",
"limepay"
],
"author": "LimePay",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"ethers": "^4.0.18"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.10.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"nock": "^10.0.6",
"sinon": "^7.2.2",
"chai-as-promised": "^7.1.1"
},
"nyc": {
"exclude": [
"utils",
"test"
]
}
}