{ "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": { "start": "tsx index.ts" }, "author": "Bartłomiej Pluta ", "license": "ISC", "devDependencies": { "@types/node": "^22.9.0", "tsx": "^4.19.2", "typescript": "^5.6.3" } }