added exe
This commit is contained in:
BIN
backend/Cookbook-V1_0.exe
Normal file
BIN
backend/Cookbook-V1_0.exe
Normal file
Binary file not shown.
@@ -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/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user