mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
20 lines
374 B
JSON
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"
|
|
}
|
|
}
|