beerchat_proxy/package.json
dependabot-preview[bot] f7d688d419 Bump irc-framework from 4.8.1 to 4.9.0
Bumps [irc-framework](https://github.com/kiwiirc/irc-framework) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/kiwiirc/irc-framework/releases)
- [Commits](https://github.com/kiwiirc/irc-framework/compare/v4.8.1...v4.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13 11:52:38 +02:00

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.9.0"
},
"devDependencies": {
"jshint": "^2.11.1"
}
}