Files
olympics-calendar/package.json
dependabot[bot] f3ac2f4024 npm(deps-dev): bump typescript in the dependencies-patch-and-minor group
Bumps the dependencies-patch-and-minor group with 1 update: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-09 00:11:40 +00:00

34 lines
886 B
JSON

{
"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.17.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.5",
"@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"daisyui": "^4.12.23",
"debug": "^4.4.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vitest": "^2.0.5"
}
}