mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
25 lines
615 B
JSON
25 lines
615 B
JSON
{
|
|
"name": "olympics-calendar",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "find ./cache/*.html -mmin +60 -exec rm -f {} \\; | node src/index.js",
|
|
"dev": "nodemon src/index.js",
|
|
"lint": "eslint . --fix",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.6.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"eslint": "^9.6.0",
|
|
"globals": "^15.8.0",
|
|
"nodemon": "^3.1.4",
|
|
"postcss": "^8.4.39",
|
|
"tailwindcss": "^3.4.4"
|
|
}
|
|
}
|