haifa-reminder/package.json

24 lines
516 B
JSON
Raw Normal View History

{
"dependencies": {
"axios": "^1.3.4",
"dotenv": "^16.0.3",
2023-07-26 10:17:32 +00:00
"googleapis": "^122.0.0",
2023-03-22 19:32:10 +00:00
"moment": "^2.29.4",
2023-07-26 10:17:32 +00:00
"moment-timezone": "^0.5.43",
2024-02-04 09:45:59 +00:00
"node-cron": "^3.0.3",
2023-04-04 10:44:58 +00:00
"node-html-parser": "^6.1.5",
"uuid": "^9.0.0"
},
"scripts": {
"dev": "nodemon dist/index.js",
2023-04-03 16:52:41 +00:00
"build": "npx tsc",
"start": "node dist/index.js"
},
"devDependencies": {
2023-04-02 08:18:17 +00:00
"@types/express": "^4.17.17",
2023-04-03 16:52:41 +00:00
"@types/node": "^18.15.5",
2024-02-04 09:45:59 +00:00
"@types/node-cron": "^3.0.11",
2023-04-03 16:52:41 +00:00
"typescript": "^5.0.3"
}
}