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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 10:03:26 +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.1.1",
"express": "^4.17.1",
"irc-framework": "^4.8.1"
},
"devDependencies": {
"jshint": "^2.11.0"
}
}