72eb22c1b5
Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.2.0 to 12.3.1. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/12.2.0...12.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
27 lines
596 B
JSON
27 lines
596 B
JSON
{
|
|
"name": "beerchat_proxy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jshint src",
|
|
"start": "node src/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/minetest-beerchat/beerchat_proxy/issues"
|
|
},
|
|
"homepage": "https://github.com/minetest-beerchat/beerchat_proxy#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"discord.js": "^12.3.1",
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"irc-framework": "^4.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.12.0"
|
|
}
|
|
}
|