Version 1

This commit is contained in:
2026-04-13 19:52:44 +02:00
parent 8663446ada
commit 071d6d9253
6 changed files with 1576 additions and 2 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "techem-exporter",
"version": "1.0.0",
"description": "A script that automates the export of heating data from Techem meters - mieter.techem.de",
"keywords": [
"automates",
"export",
"techem"
],
"homepage": "https://github.com/MrUnknownDE/techem-exporter#readme",
"bugs": {
"url": "https://github.com/MrUnknownDE/techem-exporter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrUnknownDE/techem-exporter.git"
},
"license": "MIT",
"author": "MrUnknownDE",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.15.0",
"dotenv": "^17.4.2",
"exceljs": "^4.4.0",
"playwright": "^1.59.1"
}
}