package.json 1.06 KB
{
  "name": "komodo-sdk-supplier-product-quota",
  "version": "0.3.3",
  "description": "Komodo SDK to manage quota of supplier product",
  "main": "index.js",
  "scripts": {
    "test": "mocha test",
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:komodo/komodo-sdk-supplier-product-quota.git"
  },
  "keywords": [
    "komodo",
    "sdk",
    "ppob",
    "tektrans"
  ],
  "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  "license": "ISC",
  "devDependencies": {
    "auto-changelog": "^2.3.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0",
    "mocha": "^8.4.0",
    "should": "^13.2.3"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "komodo-sdk": "^1.44.2",
    "natural-orderby": "^2.0.3",
    "nunjucks": "^3.2.3",
    "redis": "^3.1.2",
    "tektrans-logger": "^1.2.3",
    "uniqid": "^5.2.0"
  }
}