diff --git a/.github/main.yml b/.github/workflows/main.yml similarity index 100% rename from .github/main.yml rename to .github/workflows/main.yml diff --git a/package.json b/package.json index ad169d9..487e1c5 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - - "keywords": [ + "keywords": [ "errsole", "sqlite3", "log", @@ -15,13 +14,12 @@ "logging", "logger" ], - "license": "MIT", "dependencies": { "bcryptjs": "^2.4.3", + "node-cron": "^3.0.3", "sqlite3": "^5.1.7" }, - "files": [ "lib/index.js" ]