healthi
Version:
Simple module to get your PC's battery health
30 lines (29 loc) • 528 B
JSON
{
"name": "healthi",
"version": "4.3.2",
"description": "Simple module to get your PC's battery health",
"main": "index.js",
"scripts": {
"test": "standard && myass"
},
"keywords": [
"health",
"mac",
"pc",
"macbook",
"battery"
],
"author": "Pablo Varela",
"license": "MIT",
"devDependencies": {
"myass": "*",
"standard": "^10.0.3"
},
"dependencies": {
"execa": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/pablopunk/healthi-js"
}
}