mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
add other languages
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "find ./cache/*.html -mmin +10 -exec rm -f {} \\; | ts-node src/index.ts",
|
||||
"dev": "nodemon src/index.ts",
|
||||
"start": "find ./cache/**/*.html -mmin +10 -exec rm -f {} \\; | ts-node src/index.ts",
|
||||
"dev": "DEBUG=paris2024:* nodemon src/index.ts",
|
||||
"lint": "eslint . --fix",
|
||||
"test": "vitest run --coverage"
|
||||
},
|
||||
@ -18,6 +18,7 @@
|
||||
"@vitest/coverage-istanbul": "^2.0.4",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"daisyui": "^4.12.10",
|
||||
"debug": "^4.3.6",
|
||||
"eslint": "^9.6.0",
|
||||
"globals": "^15.8.0",
|
||||
|
||||
Reference in New Issue
Block a user