beerchat_proxy/package.json
dependabot[bot] 07e74ae49c Bump jshint from 2.12.0 to 2.13.0
Bumps [jshint](https://github.com/jshint/jshint) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/2.13.0/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.12.0...2.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 19:55:29 +02:00

27 lines
597 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.5.3",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"irc-framework": "^4.11.0"
},
"devDependencies": {
"jshint": "^2.13.0"
}
}