@cutos/device-thermometer
Version:
@cutos/device-thermometer is a JavaScript library that receive body heat data from cutos thermometer driver
24 lines (23 loc) • 603 B
JSON
{
"name": "@cutos/device-thermometer",
"version": "3.4.0",
"description": "@cutos/device-thermometer is a JavaScript library that receive body heat data from cutos thermometer driver",
"author": "SipTimes",
"type": "module",
"module": "dist/device-thermometer.js",
"scripts": {
"build:rollup": "rollup -c rollup.config.cjs"
},
"keywords": [
"CUTOS", "thermometer"
],
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"rollup": "4.9.4"
},
"files": [
"dist/device-thermometer.js",
"package.json"
]
}