mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"name": "electron",
|
|
"version": "1.0.0",
|
|
"main": "main/main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "electron.",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"electron": "^39.0.0"
|
|
}
|
|
}
|