mirror of
https://github.com/MrUnknownDE/techem-exporter.git
synced 2026-05-06 06:56:06 +02:00
Version 1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user