mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 06:39:47 +00:00
25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"name": "scraper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "find ./cache/**/*.cached -mmin +10 -exec rm -f {} \\; | DEBUG=olympics-calendar* ts-node index.ts",
|
|
"dev": "DEBUG=olympics-calendar* nodemon index.ts",
|
|
"lint": "eslint . --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.4.3",
|
|
"eslint": "^9.39.1",
|
|
"nodemon": "^3.1.11",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.12"
|
|
}
|
|
}
|