moved directory
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "cookbook",
|
||||
"version": "1.0.0",
|
||||
"description": "With this express app you can create and manage recipies.",
|
||||
"bin": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"build": "pkg . --targets node18-win-x64 --output Cookbook-v1_0.exe"
|
||||
},
|
||||
"dependencies": {
|
||||
"ejs": "^3.1.9",
|
||||
"express": "^4.18.2",
|
||||
"marked": "^12.0.2"
|
||||
},
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"views/**/*",
|
||||
"routes/**/*"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user