mirror of
https://github.com/MrUnknownDE/techem-exporter.git
synced 2026-05-06 06:56:06 +02:00
32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|