{
  "name": "@azbake/core",
  "description": "core bake library to integrate 3rd party ingredients into the system",
  "main": "dist/index.js",
  "typings": "src/index.ts",
  "directories": {
    "lib": "dist"
  },
  "author": "HCHB",
  "license": "MIT",
  "version": "0.1.108",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HomecareHomebase/azure-bake.git"
  },
  "bugs": {
    "url": "https://github.com/HomecareHomebase/azure-bake/issues"
  },
  "homepage": "https://github.com/HomecareHomebase/azure-bake",
  "scripts": {
    "upload": "tsc -p . && npm --no-git-tag-version version patch && npm publish --access public",
    "compile": "tsc -p .",
    "watch": "tsc -w -p .",
    "debug": "node --inspect-brk=0.0.0.0:9229 dist/index.js",
    "start": "node dist/index.js",
    "test": "mocha --timeout 30000 -r ts-node/register test/**/*.ts"
  },
  "peerDependencies": {
    "@azure/ms-rest-nodeauth": "*",
    "colors": "*"
  },
  "devDependencies": {
    "@azure/ms-rest-nodeauth": "^3.0.0",
    "@types/node": "^10.12.18",
    "colors": "1.4.0",
    "standard-version": "^4.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "527ca06b8e7b14494c1e45029da54a24b025a8a6"
}
