haifa-reminder/package.json

22 lines
435 B
JSON
Raw Normal View History

{
"dependencies": {
"axios": "^1.3.4",
2023-04-02 08:10:44 +00:00
"cron": "^2.3.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"googleapis": "^113.0.0",
2023-03-28 07:50:38 +00:00
"ics": "^3.1.0",
2023-03-22 19:32:10 +00:00
"moment": "^2.29.4",
"node-html-parser": "^6.1.5"
},
"scripts": {
"dev": "nodemon dist/index.js",
"build": "tsc",
"start": "node dist/index.js"
},
"devDependencies": {
2023-04-02 08:18:17 +00:00
"@types/express": "^4.17.17",
"@types/node": "^18.15.5"
}
}