librelinkup-api
Version:
Node.js API wrapper for LibreLinkUp glucose monitoring
31 lines • 748 B
JSON
{
"name": "librelinkup-api",
"version": "1.0.2",
"description": "Node.js API wrapper for LibreLinkUp glucose monitoring",
"main": "src/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/luancyrne/librelinkup-api.git"
},
"keywords": [
"librelinkup",
"glucose",
"diabetes",
"api",
"health"
],
"author": "Luan Cyrne",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.4.7"
},
"devDependencies": {
"jest": "^29.4.0"
}
}