1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2026-03-28 23:52:38 +01:00
Files
IntelliJ-IdeaVim/scripts-ts/package.json
Alex Plate 7db507bc7f Update vitest to 4.0.16
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 10:30:33 +02:00

16 lines
309 B
JSON

{
"name": "ideavim-scripts",
"version": "1.0.0",
"description": "Helper scripts for IdeaVim repository",
"type": "module",
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"tsx": "^4.7.0",
"vitest": "^4.0.16"
}
}