{
  "name": "nightscout-connect",
  "version": "0.0.12",
  "description": "Connect common cloud platforms to Nightscout.",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "bin": {
    "nightscout-connect": "bin/nightscout-connect"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nightscout/nightscout-connect.git"
  },
  "bugs": {
    "url": "https://github.com/nightscout/nightscout-connect/issues"
  },
  "homepage": "https://github.com/nightscout/nightscout-connect",
  "author": {
    "name": "Ben West",
    "email": "bewest@medicaldatanetworks.com",
    "url": "https://github.com/bewest"
  },
  "license": "AGPL-3.0-or-later",
  "devDependencies": {
    "moment": "^2.29.4",
    "axios-har-tracker": "^0.5.1"
  },
  "peerDependencies": {
    "moment": "^2.29.4"
  },
  "dependencies": {
    "axios": "^1.3.4",
    "axios-cookiejar-support": "^4.0.6",
    "qs": "^6.11.1",
    "tough-cookie": "^4.1.3",
    "xstate": "^4.37.1",
    "yargs": "^17.7.1"
  }
}
