mrmBot-Matrix/package.json

58 lines
1.7 KiB
JSON
Raw Normal View History

2019-09-13 20:02:41 +00:00
{
"name": "esmbot",
2021-09-25 04:35:09 +00:00
"version": "1.6.4",
2019-09-13 20:02:41 +00:00
"description": "A Discord bot with miscellaneous features",
"exports": "./app.js",
"bin": "./app.js",
"type": "module",
2019-09-13 20:02:41 +00:00
"engines": {
"node": ">=15"
2019-09-13 20:02:41 +00:00
},
"scripts": {
"build": "node-gyp configure build -j max",
"docker:build": "docker build -t esmbot -f Dockerfile.bot .",
"docker:build-api": "docker build -t esmbot-api -f Dockerfile.api .",
"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>",
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": {
2021-04-21 18:35:06 +00:00
"@top-gg/sdk": "^3.1.1",
"cowsay2": "^2.0.4",
2021-11-20 06:55:25 +00:00
"dotenv": "^10.0.0",
"emoji-regex": "^10.0.0",
"eris": "^0.16.1",
"eris-fleet": "github:esmBot/eris-fleet#development",
2021-01-09 18:39:19 +00:00
"file-type": "^16.1.0",
2021-08-06 20:39:04 +00:00
"format-duration": "^1.4.0",
"lavacord": "^1.1.9",
2021-11-20 06:55:25 +00:00
"node-addon-api": "^4.2.0",
"node-emoji": "^1.10.0",
2021-11-20 06:55:25 +00:00
"node-fetch": "^3.1.0",
2021-07-05 13:14:52 +00:00
"winston": "^3.3.3"
2019-09-13 20:02:41 +00:00
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.13.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
2021-11-20 06:55:25 +00:00
"eslint": "^8.2.0",
"eslint-plugin-unicorn": "^38.0.1"
},
"optionalDependencies": {
"better-sqlite3": "^7.4.1",
"bufferutil": "^4.0.1",
"erlpack": "github:abalabahaha/erlpack",
"pg": "^8.5.1",
"uuid": "^8.3.1",
2021-11-20 06:55:25 +00:00
"ws": "^8.2.3",
"zlib-sync": "^0.1.6"
2019-09-13 20:02:41 +00:00
}
}