{
  "name": "@medable/mdctl-credentials-provider-keychain",
  "version": "1.0.73",
  "description": "Medable Developer Client Tools :: Keychain Creds Provider",
  "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"
  },
  "dependencies": {
    "@medable/mdctl-core": "^1.0.73",
    "@medable/mdctl-core-utils": "^1.0.73",
    "keytar": "^7.9.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"
}
