diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7490523 Binary files /dev/null and b/.gitignore differ diff --git a/package.json b/package.json index 5f6a8c2..7f3a544 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "gractwo-bot", "version": "1.0.0", "description": "", + "engines": { + "node": "14.16.0" + }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",