18 lines
320 B
JSON
18 lines
320 B
JSON
|
{
|
||
|
"name": "pdfgenerator",
|
||
|
"version": "1.0.0",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron . --inspect"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"commander": "^12.1.0",
|
||
|
"electron": "^32.1.2",
|
||
|
"express": "^4.21.0",
|
||
|
"multer": "^1.4.5-lts.1"
|
||
|
}
|
||
|
}
|