1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"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",
"sequelize": "^5.21.6",
"sqlite3": "^4.1.1",
"superagent": "^5.2.2",
"toml": "^3.0.0",
"winston": "^3.2.1"
}
}
|