first commit

This commit is contained in:
2023-11-15 13:36:30 +01:00
commit b2be88c07f
24 changed files with 4259 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "Joblog_Parser",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"watch": "nodemon app.js"
},
"author": "Patrick Wagner",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"nodemon": "^2.0.3",
"pug": "^2.0.4"
}
}