2c659b5318
Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/12.1.1...12.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
26 lines
568 B
JSON
26 lines
568 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.2.0",
|
|
"express": "^4.17.1",
|
|
"irc-framework": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.11.1"
|
|
}
|
|
}
|