mrmBot-Matrix/package.json

62 lines
1.8 KiB
JSON

{
"name": "esmbot",
"version": "1.8.1",
"description": "A Discord bot with miscellaneous features",
"exports": "./app.js",
"bin": "./app.js",
"type": "module",
"engines": {
"node": ">=15"
},
"scripts": {
"build": "cmake-js compile",
"docker:build": "DOCKER_BUILDKIT=1 docker build -t esmbot .",
"docker:run-bot": "docker run --rm --network=host esmbot",
"docker:run-api": "docker run --rm --network=host esmbot-api",
"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",
"start": "node app.js"
},
"author": "Essem <essem@essem.space>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/esmBot/esmBot.git"
},
"dependencies": {
"@top-gg/sdk": "^3.1.3",
"cmake-js": "^6.3.2",
"dotenv": "^16.0.1",
"emoji-regex": "^10.1.0",
"eris": "github:esmBot/eris#dev",
"eris-fleet": "^1.0.2",
"file-type": "^17.1.2",
"format-duration": "^2.0.0",
"jsqr": "^1.4.0",
"node-addon-api": "^5.0.0",
"node-emoji": "^1.11.0",
"node-fetch": "^3.2.9",
"qrcode": "^1.5.1",
"sharp": "^0.30.7",
"shoukaku": "github:TheEssem/shoukaku",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"eslint": "^8.20.0",
"eslint-plugin-unicorn": "^42.0.0"
},
"optionalDependencies": {
"better-sqlite3": "^7.6.2",
"bufferutil": "^4.0.6",
"erlpack": "github:abalabahaha/erlpack",
"pg": "^8.7.3",
"uuid": "^8.3.2",
"ws": "^8.8.1",
"zlib-sync": "^0.1.7"
}
}