mrmBot-Matrix/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2019-09-13 20:02:41 +00:00
{
"name": "esmbot",
2020-02-13 20:32:34 +00:00
"version": "1.1.7",
2019-09-13 20:02:41 +00:00
"description": "A Discord bot with miscellaneous features",
"main": "app.js",
"engines": {
"node": ">=8"
},
"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"
},
"dependencies": {
"cowsay": "^1.4.0",
"dblapi.js": "^2.3.0",
"dotenv": "^8.2.0",
"emoji-regex": "^8.0.0",
"eris": "^0.11.2",
2020-01-19 15:40:40 +00:00
"file-type": "^13.1.0",
2019-09-13 20:02:41 +00:00
"gm": "^1.23.1",
"jsqr": "^1.2.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
2020-01-19 15:40:40 +00:00
"mongoose": "^5.8.9",
2019-09-13 20:02:41 +00:00
"node-fetch": "^2.6.0",
"qrcode": "^1.4.4",
2019-09-13 20:02:41 +00:00
"retrotext": "github:TheEssem/retrotext",
"sharp": "^0.23.4",
"twit": "^2.2.11",
"winston": "^3.2.1"
2019-09-13 20:02:41 +00:00
},
"devDependencies": {
"eslint": "^5.15.2",
"eslint-plugin-promise": "^4.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.1",
"erlpack": "github:discordapp/erlpack",
"eventemitter3": "^3.1.2",
"node-opus": "^0.3.3",
"sodium-native": "^2.4.6",
"uws": "^10.148.1",
"zlib-sync": "^0.1.6"
2019-09-13 20:02:41 +00:00
}
}