{
  "name": "dexcom-share-api",
  "version": "1.0.8",
  "files": [
    "dist"
  ],
  "main": "./dist/dexcom-share-api.umd.js",
  "module": "./dist/dexcom-share-api.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/dexcom-share-api.es.js",
      "require": "./dist/dexcom-share-api.umd.js"
    }
  },
  "description": "Lightweight JS wrapper for the unofficial Dexcom share API. Useful if you need access to realtime glucose levels.",
  "author": "Elliot Dohm",
  "license": "MIT",
  "keywords": [
    "dexcom",
    "dexcom api",
    "share api",
    "shareous",
    "shareous1",
    "share1",
    "share2"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "test": "jest --no-coverage"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@rollup/plugin-typescript": "^8.3.0",
    "@testing-library/jest-dom": "^5.16.1",
    "@types/isomorphic-fetch": "^0.0.35",
    "babel-plugin-macros": "^3.1.0",
    "babel-plugin-transform-vite-meta-env": "^1.0.3",
    "isomorphic-unfetch": "^3.1.0",
    "jest": "^27.4.5",
    "tslib": "^2.3.1",
    "typescript": "^4.5.4",
    "vite": "^2.7.9"
  },
  "dependencies": {
    "isomorphic-fetch": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aud/dexcom-share-api.git"
  },
  "bugs": {
    "url": "https://github.com/aud/dexcom-share-api/issues"
  },
  "homepage": "https://github.com/aud/dexcom-share-api#readme"
}
