mrmBot-Matrix/package.json

59 lines
1.7 KiB
JSON
Raw Normal View History

2019-09-13 20:02:41 +00:00
{
"name": "esmbot",
2020-06-27 17:28:24 +00:00
"version": "1.3.3",
2019-09-13 20:02:41 +00:00
"description": "A Discord bot with miscellaneous features",
"main": "app.js",
"engines": {
"node": ">=12"
2019-09-13 20:02:41 +00:00
},
"scripts": {
"build": "node-gyp configure build",
"docker:build": "docker build -t headless-chrome-alpine --no-cache ./utils/screenshot",
"docker:run-ss": "docker run --rm --network=host --shm-size=128m headless-chrome-alpine",
"docker:run-lava": "docker run --rm --network host -v \"$(pwd)\"/application.yml:/opt/Lavalink/application.yml -v \"$(pwd)\"/assets:/opt/Lavalink/assets fredboat/lavalink:dev"
},
"author": "Essem <essem@essem.space>",
2019-09-13 20:02:41 +00:00
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/esmBot/esmBot.git"
2019-09-13 20:02:41 +00:00
},
"dependencies": {
"@lavacord/eris": "0.0.3",
"abort-controller": "^3.0.0",
2019-09-13 20:02:41 +00:00
"cowsay": "^1.4.0",
"dblapi.js": "^2.4.1",
"dotenv": "^8.2.0",
"duckduckgo-images-api": "github:benpbolton/duckduckgo-images-api",
"emoji-regex": "^8.0.0",
"eris": "^0.13.3",
"file-type": "^13.1.2",
"form-data": "^3.0.0",
2020-09-11 20:22:25 +00:00
"jsqr": "^1.3.1",
"lavacord": "^1.1.9",
"moment": "^2.27.0",
2019-09-13 20:02:41 +00:00
"moment-duration-format": "^2.3.2",
"mongoose": "^5.10.2",
"node-addon-api": "^3.0.1",
"node-emoji": "^1.10.0",
"node-fetch": "^2.6.1",
"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",
"sharp": "^0.26.0",
"winston": "^3.3.3"
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",
2020-08-31 22:15:34 +00:00
"express": "^4.17.1",
"multer": "^1.4.2",
"zlib-sync": "^0.1.6"
2019-09-13 20:02:41 +00:00
}
}