mrmBot-Matrix/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2019-09-13 20:02:41 +00:00
{
"name": "esmbot",
2020-06-04 23:24:32 +00:00
"version": "1.3.2",
2019-09-13 20:02:41 +00:00
"description": "A Discord bot with miscellaneous features",
"main": "app.js",
"engines": {
"node": ">=8"
},
"scripts": {
"docker:build": "docker build -t headless-chrome-alpine --no-cache ./utils/screenshot",
"docker:run": "docker run --rm --shm-size=128m headless-chrome-alpine"
},
"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",
"cron": "^1.8.2",
"dblapi.js": "^2.4.0",
"dotenv": "^8.2.0",
"duckduckgo-images-api": "github:benpbolton/duckduckgo-images-api",
"emoji-regex": "^8.0.0",
"eris": "^0.11.2",
"file-type": "^13.1.2",
"gm": "github:TheEssem/gm",
2020-06-17 17:02:34 +00:00
"jsqr": "^1.3.1",
"moment": "^2.26.0",
2019-09-13 20:02:41 +00:00
"moment-duration-format": "^2.3.2",
2020-06-17 17:02:34 +00:00
"mongoose": "^5.9.19",
2019-09-13 20:02:41 +00:00
"node-fetch": "^2.6.0",
"node-tweet": "^0.1.4",
"puppeteer-core": "^2.1.1",
"qrcode": "^1.4.4",
2019-09-13 20:02:41 +00:00
"retrotext": "github:TheEssem/retrotext",
2020-06-17 17:02:34 +00:00
"sharp": "^0.25.4",
"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:abalabahaha/erlpack",
"eventemitter3": "^3.1.2",
"sodium-native": "^2.4.6",
"uws": "^10.148.1",
"zlib-sync": "^0.1.6"
2019-09-13 20:02:41 +00:00
}
}