package.json 753 Bytes
{
  "name": "komodo-gw-komodo",
  "version": "1.0.10",
  "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": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git",
    "request": "^2.88.0",
    "uuid": "^3.3.2"
  }
}