Files
PeojectTWT/WordDictationStudentApp/package.json
2025-10-11 10:47:07 +08:00

14 lines
360 B
JSON

{
"name": "word-dictation-student-fullscreen",
"version": "1.0.0",
"description": "Fullscreen student side of the word dictation system with anti-switching",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder --mac"
},
"devDependencies": {
"electron": "^38.2.2",
"electron-builder": "^24.13.3"
}
}