mrmBot-Matrix/package.json
dependabot[bot] e000f37847
Bump node-fetch from 3.1.0 to 3.1.1 (#222)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-22 22:51:26 -06:00

62 lines
1.8 KiB
JSON

{
"name": "esmbot",
"version": "1.7.0",
"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 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>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/esmBot/esmBot.git"
},
"dependencies": {
"@top-gg/sdk": "^3.1.1",
"cmake-js": "^6.3.0",
"cowsay2": "^2.0.4",
"dotenv": "^10.0.0",
"emoji-regex": "^10.0.0",
"eris": "^0.16.1",
"eris-fleet": "github:esmBot/eris-fleet#master",
"file-type": "^16.1.0",
"format-duration": "^1.4.0",
"jsqr": "^1.3.1",
"lavacord": "^1.1.9",
"node-addon-api": "^4.2.0",
"node-emoji": "^1.10.0",
"node-fetch": "^3.1.1",
"qrcode": "^1.4.4",
"sharp": "^0.28.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.13.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"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",
"ws": "^8.2.3",
"zlib-sync": "^0.1.6"
}
}