Files
olympics-calendar/package.json
dependabot[bot] 518db1100e npm(deps-dev): bump the dependencies-patch-and-minor group with 2 updates
Bumps the dependencies-patch-and-minor group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [postcss](https://github.com/postcss/postcss).


Updates `@types/node` from 22.15.31 to 22.15.32
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `postcss` from 8.5.5 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.5...8.5.6)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
- dependency-name: postcss
  dependency-version: 8.5.6
  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-06-17 01:38:05 +00:00

34 lines
887 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.29.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.15.32",
"@vitest/coverage-istanbul": "^2.1.9",
"autoprefixer": "^10.4.21",
"cheerio": "^1.1.0",
"daisyui": "^4.12.24",
"debug": "^4.4.1",
"eslint": "^9.29.0",
"globals": "^15.15.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vitest": "^2.0.5"
}
}