Init repo

This commit is contained in:
2024-11-12 09:21:16 +01:00
commit 5f28b7512b
2 changed files with 155 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "tauron-scrapper",
"version": "0.0.1",
"description": "The utility which scrappes the Tauron eLicznik data and pushes it to some services",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bartłomiej Pluta <noreply.git@mx.bartlomiejpluta.com>",
"license": "ISC"
}