1
0
Files
jecnarozvrh/package.json
jzitnik-dev c91b328d14
All checks were successful
Remote Deploy / deploy (push) Successful in 6s
feat: Maybe this
2025-08-07 11:01:39 +02:00

26 lines
606 B
JSON

{
"name": "tablescraper",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Jakub Žitník",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"node server.js\" \"node cron-runner.js\""
},
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^9.2.0",
"express": "^5.1.0",
"fetch-blob": "^4.0.0",
"node-cron": "^4.2.1",
"openai": "^5.0.2",
"puppeteer": "^24.10.0",
"undici": "^5.28.4",
"xlsx": "^0.18.5"
}
}