hottohts
Version:
TypeScript library for HottoH pellet stoves
34 lines (33 loc) • 620 B
JSON
{
"name": "hottohts",
"version": "1.0.1",
"description": "TypeScript library for HottoH pellet stoves",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/example.js",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"hottoh",
"stove",
"pellet",
"home-automation",
"smarthome",
"homey"
],
"author": "Mikkel Hvid",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"crc": "^4.3.2"
}
}