aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 312e314..0000000
--- a/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "aleebot",
- "version": "2.13.1",
- "description": "A chat bot for discord written in discord.js.",
- "main": "bot_discord.js",
- "scripts": {
- "start": "node bot_discord.js",
- "dev": "nodemon bot_discord.js --beta"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Alee14/AleeBot.git"
- },
- "author": "Andrew Lee",
- "license": "GPL-3.0",
- "bugs": {
- "url": "https://github.com/Alee14/AleeBot/issues"
- },
- "homepage": "https://github.com/Alee14/AleeBot#readme",
- "dependencies": {
- "blessed": "^0.1.81",
- "colors": "^1.4.0",
- "cors": "^2.8.5",
- "discord.js": "13.17.1",
- "dotenv": "^16.4.7",
- "eslint": "^9.18.0",
- "express": "^4.21.2",
- "i18next": "^24.2.1",
- "moment": "^2.30.1",
- "os": "^0.1.2",
- "parse-ms": "^4.0.0",
- "readline": "^1.3.0",
- "sequelize": "^6.37.5",
- "sqlite3": "^5.1.7"
- },
- "devDependencies": {
- "nodemon": "^2.0.2"
- }
-}