diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/package.json b/package.json index 25c377a..404b4a5 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,39 @@ { "name": "aleebot", - "version": "2.0.0", + "version": "2.13.0", "description": "A chat bot for discord written in discord.js.", - "main": "src/bot.js", + "main": "bot_discord.js", "scripts": { "start": "node bot_discord.js", - "dev": "node bot_discord.js --beta" + "dev": "nodemon bot_discord.js --beta" }, "repository": { "type": "git", - "url": "git+https://github.com/aleeproductions/AleeBot-JS.git" + "url": "git+https://github.com/Alee14/AleeBot.git" }, - "author": "Alee Productions", + "author": "Andrew Lee", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/aleeproductions/AleeBot-JS/issues" + "url": "https://github.com/Alee14/AleeBot/issues" }, - "homepage": "https://github.com/aleeproductions/AleeBot-JS#readme", + "homepage": "https://github.com/Alee14/AleeBot#readme", "dependencies": { "blessed": "^0.1.81", - "colors": "^1.3.0", - "dblapi.js": "^2.0.0", - "discord.js": "^11.3.1", - "fs": "0.0.1-security", - "git-last-commit": "^0.3.0", - "moment": "^2.21.0", - "node-opus": "^0.3.0", - "os": "^0.1.1", - "parse-ms": "^1.0.1", + "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", - "ytdl-core": "^0.20.4" + "sequelize": "^6.37.5", + "sqlite3": "^5.1.7" }, - "devDependencies": {} + "devDependencies": { + "nodemon": "^2.0.2" + } } |
