Checkpoint current interactive fiction state

This commit is contained in:
2026-05-14 21:17:43 +02:00
parent c745efd1d2
commit 873049f7e6
183 changed files with 13755 additions and 1459 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^25.1.0"
},
"dependencies": {
"axios": "^1.4.0",
"crypto": "^1.0.1",
"fs": "^0.0.1-security",
"node-fetch": "^3.3.1",
"play-sound": "^1.1.5"
}
}