package.json 956 Bytes
{
  "name": "komodo-gw-st24b",
  "version": "0.3.6",
  "description": "Komodo gateway to ST24 (XMLRPC)",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-st24b.git"
  },
  "keywords": [
    "komodo",
    "tektrans",
    "ppob",
    "st24",
    "xmlrpc"
  ],
  "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  "license": "SEE LICENSE IN LICENSE.txt",
  "devDependencies": {
    "eslint": "^7.29.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.23.4",
    "mocha": "^9.0.1",
    "should": "^13.2.3"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "dotenv": "^16.0.0",
    "express": "^4.17.1",
    "fast-xml-parser": "^3.19.0",
    "komodo-sdk": "^1.44.6",
    "moment": "^2.29.1",
    "tektrans-logger": "^1.2.3",
    "uniqid": "^5.3.0"
  }
}