33 lines
845 B
JSON
33 lines
845 B
JSON
{
|
|
"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 src/index.ts",
|
|
"build": "tsc && tsc-alias"
|
|
},
|
|
"author": "Bartłomiej Pluta <noreply.git@mx.bartlomiejpluta.com>",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"tauron-scrapper": "./dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"@types/tough-cookie": "^4.0.5",
|
|
"tsc-alias": "^1.8.10",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.35.0",
|
|
"axios": "^1.7.7",
|
|
"axios-cookiejar-support": "^5.0.3",
|
|
"commander": "^12.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"mqtt": "^5.10.1",
|
|
"tough-cookie": "^5.0.0",
|
|
"yaml": "^2.6.0"
|
|
}
|
|
}
|