{ "name": "olympics-calendar", "version": "1.0.0", "main": "src/index.js", "scripts": { "start": "find ./cache/**/*.html -mmin +10 -exec rm -f {} \\; | DEBUG=paris2024:* ts-node src/index.ts", "dev": "DEBUG=paris2024:* nodemon src/index.ts", "build": "tsc", "lint": "eslint . --fix", "test": "vitest run --coverage" }, "author": "", "license": "ISC", "description": "", "devDependencies": { "@eslint/js": "^9.28.0", "@types/debug": "^4.1.12", "@types/node": "^22.15.29", "@vitest/coverage-istanbul": "^2.1.8", "autoprefixer": "^10.4.21", "cheerio": "^1.0.0", "daisyui": "^4.12.23", "debug": "^4.4.1", "eslint": "^9.28.0", "globals": "^15.14.0", "nodemon": "^3.1.10", "postcss": "^8.5.4", "tailwindcss": "^3.4.17", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vitest": "^2.0.5" } }