Files
olympics-calendar/scraper/package.json
dependabot[bot] 4d3062351a npm(deps): bump fs-extra
Bumps the dependencies-patch-and-minor group in /scraper with 1 update: [fs-extra](https://github.com/jprichardson/node-fs-extra).


Updates `fs-extra` from 11.3.3 to 11.3.4
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.3...11.3.4)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 23:25:18 +00:00

31 lines
753 B
JSON

{
"name": "scraper",
"version": "1.0.0",
"author": "Fabrice Lamant",
"type": "commonjs",
"main": "index.js",
"scripts": {
"build": "tsc --build --verbose",
"start": "DEBUG=olympics-calendar* ts-node index.ts",
"dev": "DEBUG=olympics-calendar* nodemon dev.ts",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"axios": "^1.13.6",
"debug": "^4.4.3",
"fs-extra": "^11.3.4",
"node-cron": "^4.2.1",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@types/debug": "^4.1.12",
"@types/node": "^24.11.0",
"eslint": "^9.39.3",
"eslint-plugin-perfectionist": "^4.15.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
}
}