2019-09-13 20:02:41 +00:00
|
|
|
{
|
|
|
|
"name": "esmbot",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "A Discord bot with miscellaneous features",
|
|
|
|
"main": "app.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
2019-09-29 03:32:43 +00:00
|
|
|
"author": "Essem <essem@essem.space>",
|
2019-09-13 20:02:41 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/TheEssem/esmBot.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bufferutil": "^4.0.1",
|
|
|
|
"cowsay": "^1.4.0",
|
|
|
|
"dblapi.js": "^2.3.0",
|
|
|
|
"eris": "github:abalabahaha/eris#dev",
|
|
|
|
"erlpack": "github:discordapp/erlpack",
|
|
|
|
"eventemitter3": "^3.1.2",
|
|
|
|
"file-type": "^10.9.0",
|
|
|
|
"gm": "^1.23.1",
|
2019-10-28 16:02:00 +00:00
|
|
|
"googleapis": "^44.0.0",
|
2019-09-13 20:02:41 +00:00
|
|
|
"jsqr": "^1.2.0",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"moment-duration-format": "^2.3.2",
|
2019-10-28 20:21:06 +00:00
|
|
|
"mongoose": "^5.7.7",
|
2019-09-13 20:02:41 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-10-24 20:35:06 +00:00
|
|
|
"node-opus": "^0.3.3",
|
|
|
|
"qrcode": "^1.4.2",
|
2019-09-13 20:02:41 +00:00
|
|
|
"retrotext": "github:TheEssem/retrotext",
|
|
|
|
"sharp": "^0.22.1",
|
|
|
|
"uws": "^10.148.1",
|
|
|
|
"winston": "^3.2.1",
|
|
|
|
"zlib-sync": "^0.1.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^5.15.2",
|
|
|
|
"eslint-plugin-promise": "^4.2.1"
|
|
|
|
}
|
|
|
|
}
|