haifa-reminder/package.json
2023-04-03 19:52:41 +03:00

23 lines
467 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": "npx tsc",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.5",
"typescript": "^5.0.3"
}
}