haifa-reminder/package.json
2024-02-04 11:45:59 +02:00

24 lines
516 B
JSON

{
"dependencies": {
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"googleapis": "^122.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"node-cron": "^3.0.3",
"node-html-parser": "^6.1.5",
"uuid": "^9.0.0"
},
"scripts": {
"dev": "nodemon dist/index.js",
"build": "npx tsc",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.5",
"@types/node-cron": "^3.0.11",
"typescript": "^5.0.3"
}
}