aboutsummaryrefslogtreecommitdiff
path: root/bot/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-04 10:05:14 -0500
committerAndrew Lee <andrew@alee14.me>2025-03-04 10:05:14 -0500
commitcc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a (patch)
treedeffb57bee9fe24a8d1b8143fba603774544ee00 /bot/package.json
parent11bb9ab6b30314d91209bc9888d95783cc247e98 (diff)
downloadAleeBot-cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a.tar.gz
AleeBot-cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a.tar.bz2
AleeBot-cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a.zip
Readme change; Docker; Logging
Diffstat (limited to 'bot/package.json')
-rw-r--r--bot/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/bot/package.json b/bot/package.json
index a403eb9..75534b4 100644
--- a/bot/package.json
+++ b/bot/package.json
@@ -7,6 +7,7 @@
"license": "GPL-3.0",
"scripts": {
"start": "node src/bot.js",
+ "dev": "nodemon src/bot.js",
"lint": "eslint ."
},
"dependencies": {
@@ -22,6 +23,7 @@
"@stylistic/eslint-plugin-js": "^4.1.0",
"dotenv": "^16.4.7",
"eslint": "^9.21.0",
- "globals": "^16.0.0"
+ "globals": "^16.0.0",
+ "nodemon": "^3.1.9"
}
}