wip milano-cortina 2026

This commit is contained in:
Fabrice Lamant
2025-12-05 21:30:34 +01:00
parent 5074fd5155
commit e2b6c42f01
10 changed files with 684 additions and 11 deletions

View File

@ -7,7 +7,9 @@
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "DEBUG=olympics-calendar* nodemon index.ts"
"start": "find ./cache/**/*.cached -mmin +10 -exec rm -f {} \\; | DEBUG=olympics-calendar* ts-node index.ts",
"dev": "DEBUG=olympics-calendar* nodemon index.ts",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"debug": "^4.4.3",