added exe

This commit is contained in:
2025-06-10 21:00:38 +02:00
parent c3315dbf6d
commit 1d3dd734dc
2 changed files with 9 additions and 2 deletions

BIN
backend/Cookbook-V1_0.exe Normal file

Binary file not shown.

View File

@@ -1,18 +1,25 @@
{
"name": "backend",
"name": "cookbook",
"version": "1.0.0",
"main": "server.js",
"bin": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"author": "Theis Gaedigk",
"license": "ISC",
"description": "",
"dependencies": {
"ejs": "^3.1.10",
"express": "^5.1.0",
"marked": "^15.0.12"
},
"pkg": {
"assets": [
"public/**/*",
"views/**/*"
]
}
}