UNPKG

@faymaz/jsdexcom

Version:

Node.js library for accessing Dexcom Share API with international support

44 lines (43 loc) 1.06 kB
{ "name": "@faymaz/jsdexcom", "version": "1.0.0", "description": "Node.js library for accessing Dexcom Share API with international support", "main": "index.js", "type": "module", "scripts": { "test": "node tests/test.js --skip-auth", "test:cjs": "node test.cjs", "test:full": "node test.js", "example": "node examples/basic-usage.js", "lint": "eslint \"src/**/*.js\" \"tests/**/*.js\" \"examples/**/*.js\" || true", "format": "prettier --write ." }, "keywords": [ "dexcom", "jsdexcom", "cgm", "diabetes", "glucose", "health", "medical", "share" ], "author": { "name": "faymaz", "email": "faymaz@aymaz.org", "url": "https://github.com/faymaz" }, "license": "MIT", "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/faymaz/jsdexcom.git" }, "bugs": { "url": "https://github.com/faymaz/jsdexcom/issues" }, "homepage": "https://github.com/faymaz/jsdexcom#readme", "publishConfig": { "access": "public" } }