first commit

This commit is contained in:
Fabrice Lamant
2024-07-08 15:06:59 +01:00
commit 29a0f490a6
5 changed files with 995 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "olympics-calendar",
"version": "1.0.0",
"main": "handball.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
}