package.json 749 Bytes
{
  "name": "komodo2-gw-sds-ss",
  "version": "0.5.0",
  "description": "gateway ke sds-ss",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:tektrans/komodo2-gw-sds-ss.git"
  },
  "keywords": [
    "komodo2",
    "gateway",
    "sds",
    "ss"
  ],
  "author": "",
  "license": "SEE LICENSE IN license.txt",
  "devDependencies": {
    "eslint": "^8.20.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "cron": "^2.1.0",
    "express": "^4.18.1",
    "moment": "^2.29.4",
    "tektrans-logger": "^1.2.4",
    "uniqid": "^5.4.0"
  }
}