Initial commit: project converter tool

Made-with: Cursor
This commit is contained in:
Ivan Fontosh
2026-04-24 07:36:40 +08:00
commit 93c4a8e8aa
9 changed files with 2161 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "dnd-project-converter",
"private": true,
"version": "0.1.0",
"description": "Simple UI tool to convert .dnd.zip projects (add scene preview thumbnails).",
"type": "module",
"main": "src/main.js",
"scripts": {
"dev": "node src/run-electron.mjs",
"start": "node src/run-electron.mjs",
"lint": "node -e \"console.log('no lint')\""
},
"dependencies": {
"electron": "^41.2.0",
"ffmpeg-static": "^5.3.0",
"sharp": "^0.34.5",
"yauzl": "^3.3.0",
"yazl": "^3.3.1"
}
}