Modify package.json

This commit is contained in:
UltraLionfr
2024-11-04 15:46:34 +01:00
parent 384b8b3e9d
commit 6dc8cd661e
+2 -1
View File
@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -15,4 +16,4 @@
"node-cron": "^3.0.3",
"yaml": "^2.6.0"
}
}
}