aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 9a4f3c0d14e6fe282c71a32cdecae62c85dec042 (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
{
  "name": "aleebot",
  "version": "2.13.0b",
  "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.3.0",
    "discord.js": "^13.0.1",
    "eslint": "^7.1.0",
    "express": "^4.17.1",
    "i18next": "^19.4.4",
    "moment": "^2.21.0",
    "os": "^0.1.1",
    "parse-ms": "^1.0.1",
    "readline": "^1.3.0",
    "sequelize": "^6.30.0",
    "sqlite3": "^5.1.6"
  },
  "devDependencies": {
    "nodemon": "^2.0.2"
  }
}