feat: converter paths and lib updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-05-11 22:20:21 +08:00
parent 93c4a8e8aa
commit 848d001495
5 changed files with 42 additions and 9 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"scripts": {
"dev": "node src/run-electron.mjs",
"start": "node src/run-electron.mjs",
"lint": "node -e \"console.log('no lint')\""
"lint": "node -e \"console.log('no lint')\"",
"test": "node --test src/converterPaths.test.mjs"
},
"dependencies": {
"electron": "^41.2.0",