renovate[bot] 05d41f2a7a
chore(deps): update [tools] update dependencies (#15498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-16 11:57:41 +09:00

25 lines
560 B
JSON

{
"name": "changelog-checker",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"run": "vite-node src/index.ts",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@types/mdast": "4.0.4",
"@types/node": "22.13.4",
"@vitest/coverage-v8": "3.0.5",
"mdast-util-to-string": "4.0.0",
"remark": "15.0.1",
"remark-parse": "11.0.0",
"typescript": "5.7.3",
"unified": "11.0.5",
"vite": "6.1.0",
"vite-node": "3.0.5",
"vitest": "3.0.5"
}
}