haifa-reminder/package.json
kfir 8b04c510a7 dockerizing_project (#3)
Co-authored-by: Kfir Dayan <kfirdayan@Kfirs-MacBook-Pro.local>
Reviewed-on: #3

added docker files
2023-04-02 13:43:22 +00:00

21 lines
435 B
JSON

{
"dependencies": {
"axios": "^1.3.4",
"cron": "^2.3.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"googleapis": "^113.0.0",
"ics": "^3.1.0",
"moment": "^2.29.4",
"node-html-parser": "^6.1.5"
},
"scripts": {
"dev": "nodemon dist/index.js",
"build": "tsc",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.5"
}
}