mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2026-03-28 23:52:38 +01:00
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
309 B
JSON
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"
|
|
}
|
|
}
|