package.json
608 Bytes
{
"name": "komodo-sdk",
"version": "1.6.6",
"description": "SDK for Komodo",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-sdk.git"
},
"keywords": [
"ppob",
"payment",
"komodo"
],
"author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
"license": "ISC",
"dependencies": {
"lru-cache": "^4.1.1",
"request": "^2.81.0",
"strftime": "^0.10.0",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
}
}