gcal/package.json

21 lines
413 B
JSON
Raw Normal View History

2024-09-20 01:48:28 +03:30
{
"name": "js-kit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-09-20 20:30:11 +03:30
"index": "node ./index.js",
2024-09-20 01:48:28 +03:30
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2024-09-20 20:30:11 +03:30
"dotenv": "^16.4.5",
2024-09-20 01:48:28 +03:30
"express": "^4.21.0",
"mongodb": "^6.9.0",
"mysql": "^2.18.1",
2024-09-20 20:12:08 +03:30
"node-cron": "^3.0.3",
"node-ical": "^0.19.0"
2024-09-20 01:48:28 +03:30
}
}