{
  "name": "@aredridel/cgm-plugin-dexcom-share",
  "version": "2.1.2",
  "description": "Fetches data from Dexcom's webservice and emits it as posted messages",
  "main": "index.js",
  "author": "Ben West & Aria Stewart",
  "license": "GPL-3.0-only",
  "dependencies": {
    "node-fetch": "^2.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/aredridel/cgm-plugin-dexcom-share.git"
  },
  "engines": {
    "node": "10.x || 12.x"
  },
  "keywords": [
    "dexcom",
    "bridge",
    "cgm"
  ],
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 2018,
      "sourceType": "module"
    }
  },
  "bugs": {
    "url": "https://github.com/aredridel/cgm-plugin-dexcom-share/issues"
  },
  "homepage": "https://github.com/aredridel/cgm-plugin-dexcom-share#readme",
  "devDependencies": {
    "@aredridel/t6": "^6.0.5"
  },
  "scripts": {
    "test": "t6 test/*.js"
  }
}
