14 lines
360 B
JSON
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"
|
|
}
|
|
} |