fix readme description

This commit is contained in:
Fabrice Lamant
2025-11-30 15:58:48 +01:00
parent bc4359c937
commit 3073a396fe
8 changed files with 1760 additions and 2 deletions

19
scraper/package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "scraper",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "DEBUG=olympics-calendar* nodemon index.ts"
},
"dependencies": {
"debug": "^4.4.3",
"eslint": "^9.39.1",
"nodemon": "^3.1.11",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}