feat: Electron one-click TTRPG Player release publisher

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-01 17:19:04 +08:00
commit 7ca73f5871
15 changed files with 858 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "ttrpg-player-publisher",
"private": true,
"version": "1.0.0",
"description": "One-click TTRPG Player release publisher (Mac files in folder → build Win/Linux → upload)",
"type": "module",
"main": "src/main.js",
"scripts": {
"dev": "node src/run-electron.mjs",
"start": "node src/run-electron.mjs",
"test": "node --test src/release/*.test.mjs"
},
"dependencies": {
"electron": "^41.2.0"
}
}