{
  "name": "@medable/mdctl-core-utils",
  "version": "1.0.73",
  "description": "Medable Developer Client Tools :: Utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Medable/mdctl.git"
  },
  "bugs": {
    "url": "https://github.com/Medable/mdctl/issues"
  },
  "engines": {
    "node": ">=12 <17",
    "npm": ">=6"
  },
  "author": "Medable, Inc. <mdctl@medable.com>",
  "license": "MIT",
  "scripts": {
    "test": "npm run lint && npm run cover",
    "test:prod": "npm run test",
    "test:only": "mocha --recursive",
    "test:watch": "npm run test:only -- --watch",
    "test:examples": "node examples/",
    "cover": "istanbul cover ../../node_modules/mocha/bin/_mocha -- --recursive --timeout 10000",
    "lint": "eslint *.js test"
  },
  "dependencies": {
    "create-hmac": "^1.1.7",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.21",
    "lodash.isplainobject": "^4.0.6",
    "randombytes": "^2.1.0",
    "string-natural-compare": "^2.0.3",
    "universal-url": "^2.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "istanbul": "^1.0.0-alpha",
    "mocha": "^5.0.0",
    "sinon": "^7.4.2"
  },
  "gitHead": "45a6578e80f07e3c89d11f832ccfdfeebde35015"
}
