add other languages

This commit is contained in:
Fabrice Lamant
2024-07-30 20:07:29 +02:00
parent e575c5606b
commit 99fa4cdf66
6864 changed files with 1484485 additions and 9209 deletions

View File

@ -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",