{
  "name": "mender",
  "version": "0.0.6",
  "description": "Mender SDK for JavaScript",
  "main": "lib/mender.js",
  "author": "Andrew Chen <yongjhih@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "autorest": "^2.0.4283",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-flow-runtime": "^0.17.0",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "documentation": "^5.4.0",
    "eslint": "^4.18.1",
    "faker": "^4.1.0",
    "flow-bin": "^0.82.0",
    "flow-coverage-report": "^0.4.1",
    "flow-jsdoc": "^0.3.1",
    "flow-remove-types": "^1.2.3",
    "flow-runtime-cli": "^0.17.0",
    "flow-typed": "^2.5.1",
    "jest": "20.0.4",
    "nock": "^9.1.6",
    "sonar-scanner": "^3.0.3"
  },
  "scripts": {
    "lint": "yarn run flow check",
    "build": "yarn run -- babel -d lib src",
    "relink": "yarn build && (yarn unlink; yarn link)",
    "deploy": "yarn test && git add lib && git commit -m 'dist' && git push origin dist",
    "start": "node lib/index.js",
    "flow-typed-install": "yarn run -- flow-typed install",
    "flow": "yarn run flow",
    "coverage": "yarn run flow-coverage-report",
    "test": "yarn run -- babel -d lib src && yarn run -- jest --coverage lib/mender.spec.js",
    "docs": "yarn run -- documentation build src/** -f html -o docs",
    "jsdoc2flow": "yarn run -- flow-jsdoc -d ./lib -o ./jsdoc2flow"
  },
  "dependencies": {
    "axios": "^0.17.1",
    "axios-debug-log": "^0.4.0",
    "flow-runtime": "^0.17.0",
    "flow-runtime-validators": "^0.17.0",
    "fs-extra": "^5.0.0",
    "validator": "^9.4.1"
  },
  "flow-coverage-report": {
    "includeGlob": [
      "src//**/*.js"
    ],
    "type": [
      "text",
      "html",
      "json"
    ],
    "threshold": 50
  }
}
