{ "name": "scraper", "version": "1.0.0", "author": "Fabrice Lamant", "type": "commonjs", "main": "index.js", "scripts": { "build": "tsc --build --verbose", "start": "DEBUG=olympics-calendar* ts-node index.ts", "dev": "DEBUG=olympics-calendar* nodemon dev.ts", "lint": "eslint . --ext .ts" }, "dependencies": { "axios": "^1.13.2", "debug": "^4.4.3", "node-cron": "^4.2.1", "nodemon": "^3.1.11", "ts-node": "^10.9.2" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/debug": "^4.1.12", "@types/node": "^24.10.4", "eslint": "^9.39.2", "eslint-plugin-perfectionist": "^4.15.1", "typescript": "^5.9.3", "typescript-eslint": "^8.50.0" } }