mrmBot-Matrix/package.json

58 lines
1.7 KiB
JSON

{
"name": "esmbot",
"version": "1.3.3",
"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-ss": "docker run --rm --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>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TheEssem/esmBot.git"
},
"dependencies": {
"@lavacord/eris": "0.0.3",
"abort-controller": "^3.0.0",
"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.13.3",
"file-type": "^13.1.2",
"gm": "github:TheEssem/gm",
"jsqr": "^1.3.1",
"lavacord": "^1.1.9",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"node-addon-api": "^3.0.1",
"node-emoji": "^1.10.0",
"node-fetch": "^2.6.0",
"node-tweet": "^0.1.4",
"pg": "^8.3.0",
"puppeteer-core": "^2.1.1",
"qrcode": "^1.4.4",
"retrotext": "github:TheEssem/retrotext",
"sharp": "github:deftomat/sharp",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^5.15.2",
"eslint-plugin-promise": "^4.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.1",
"erlpack": "github:abalabahaha/erlpack",
"sodium-native": "^2.4.6",
"zlib-sync": "^0.1.6"
}
}