package.json 1.08 KB
{
  "name": "komodo-gw-komodo-httpgetx",
  "version": "0.3.1",
  "description": "Komodo gateway to KOMODO HTTPGETX",
  "main": "index.js",
  "scripts": {
    "test": "mocha test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo-httpgex.git"
  },
  "keywords": [
    "komodo",
    "tektrans",
    "ppob",
    "httpgetx"
  ],
  "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^7.28.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.23.4",
    "mocha": "^9.0.0",
    "should": "^13.2.3"
  },
  "dependencies": {
    "axios": "^1.1.3",
    "express": "^4.18.2",
    "json-stringify-pretty-compact": "^3.0.0",
    "komodo-sdk": "^1.45.7",
    "komodo-sdk-postpaid": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk-postpaid.git",
    "moment": "^2.29.4",
    "morgan": "^1.10.0",
    "rotating-file-stream": "^2.1.6",
    "tektrans-logger": "^1.2.4",
    "uniqid": "^5.4.0",
    "url-join": "^4.0.1"
  }
}