package.json 1.04 KB
{
  "name": "komodo-center-httpget-x",
  "version": "0.16.5",
  "description": "Komodo center for HTTP GET - Rewrited",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget-x.git"
  },
  "keywords": [
    "komodo",
    "ppob",
    "tektrans",
    "center",
    "http",
    "httpget"
  ],
  "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "mocha": "^7.1.1",
    "should": "^13.2.3"
  },
  "dependencies": {
    "axios": "^0.19.2",
    "express": "^4.17.1",
    "express-rate-limit": "^6.6.0",
    "join-path": "^1.1.1",
    "komodo-sdk": "^1.45.6",
    "mkdirp": "^1.0.4",
    "moment": "^2.24.0",
    "natural-orderby": "^2.0.3",
    "request": "^2.88.0",
    "tektrans-logger": "^1.2.3",
    "uniqid": "^5.3.0",
    "uuid": "^3.3.3"
  }
}