aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0524654
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "mongo-cronjob",
+ "version": "0.0.0",
+ "description": "Cron-based job scheduler integrated with mongoDB",
+ "main": "index.js",
+ "scripts": {
+ "start": "node index.js"
+ },
+ "author": "eug-vs",
+ "license": "MIT",
+ "dependencies": {
+ "cron": "^1.8.2",
+ "mongoose": "^5.11.1"
+ },
+ "devDependencies": {
+ "@types/cron": "^1.7.2",
+ "typescript": "^4.1.2"
+ }
+}