Files
olympics-calendar/scraper/package.json
2025-11-30 15:58:48 +01:00

20 lines
374 B
JSON

{
"name": "scraper",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "DEBUG=olympics-calendar* nodemon index.ts"
},
"dependencies": {
"debug": "^4.4.3",
"eslint": "^9.39.1",
"nodemon": "^3.1.11",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}