gcal/package.json

19 lines
356 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"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
}
}