summaryrefslogtreecommitdiff
path: root/package.json
blob: 404b4a50befd218c01ba3f907e94c2ce74ce2786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "aleebot",
  "version": "2.13.0",
  "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"
  }
}