summaryrefslogtreecommitdiff
path: root/package.json
blob: c256a3808c65d1c94226b45aad0ecb852b12d424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "troffman",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "chunk-text": "^1.0.5",
    "dbot-regex-handler": "^1.0.0",
    "eris": "github:abalabahaha/eris#dev",
    "eris-lavalink": "^1.0.2",
    "node-mcstatus": "^1.1.0",
    "sequelize": "^6.35.2",
    "sqlite3": "^5.1.7-rc.0",
    "superagent": "^5.2.2",
    "toml": "^3.0.0",
    "winston": "^3.2.1"
  }
}