{ "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" } }