Files
joblog_parser/package.json
2023-11-15 13:36:30 +01:00

22 lines
440 B
JSON

{
"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"
}
}