{
  "name": "@khawk/khawk-infrastructure",
  "version": "1.5.2",
  "description": "A node package module to provide common infrastructure components to various khawk services",
  "main": "index.js",
  "scripts": {
    "build": "npm install",
    "test-unit": "mocha --recursive test/unit",
    "deploy": "npm publish --access=public"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.2"
  }
}
