Files
video2document/electron/package.json
T
2025-11-04 15:37:27 +01:00

16 lines
284 B
JSON

{
"name": "electron",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "electron.",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^39.0.0"
}
}