From fd42995aaf9abe2ecabf661e0adad1e0f734b798 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Sun, 8 Dec 2024 20:00:43 -0300 Subject: [PATCH] Cleaned up package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index fff1018..ec20d6b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,8 @@ { - "name": "lynxbot", - "version": "1.0.0", - "main": "src/bot.js", "scripts": { "start": "nodemon src/bot.js", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Lucas Gabriel (lucmsilva)", - "license": "BSD-3-Clause", "dependencies": { "axios": "^1.7.9", "child_process": "^1.0.2",