Cleaned up package.json

This commit is contained in:
Luquinhas 2024-12-08 20:00:43 -03:00
parent 1072b641c8
commit fd42995aaf

View File

@ -1,13 +1,8 @@
{ {
"name": "lynxbot",
"version": "1.0.0",
"main": "src/bot.js",
"scripts": { "scripts": {
"start": "nodemon src/bot.js", "start": "nodemon src/bot.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Lucas Gabriel (lucmsilva)",
"license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"axios": "^1.7.9", "axios": "^1.7.9",
"child_process": "^1.0.2", "child_process": "^1.0.2",