package.json 872 Bytes
{
  "name": "komodo-gw-komodo",
  "version": "1.1.0",
  "description": "Komodo Gateway to other Komodo",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "postversion": "git push && git push --tags",
    "version": "auto-changelog -p && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo.git"
  },
  "keywords": [
    "komodo",
    "tektrans",
    "ppob"
  ],
  "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  "license": "ISC",
  "dependencies": {
    "auto-changelog": "^2.3.0",
    "json-stringify-pretty-compact": "^1.2.0",
    "komodo-sdk": "^1.45.6",
    "request": "^2.88.0",
    "tektrans-logger": "^1.2.4",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "eslint": "^8.12.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.4"
  }
}