23 lines
587 B
JSON
23 lines
587 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"
|
|
},
|
|
"author": "Bartłomiej Pluta <noreply.git@mx.bartlomiejpluta.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"axios-cookiejar-support": "^5.0.3",
|
|
"tough-cookie": "^5.0.0",
|
|
"tough-cookie-file-store": "^2.0.3"
|
|
}
|
|
}
|