beerchat_proxy/package.json

27 lines
596 B
JSON
Raw Normal View History

2019-08-08 10:22:21 +02:00
{
"name": "beerchat_proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2019-12-10 08:12:30 +01:00
"test": "jshint src",
2020-01-18 15:23:51 +01:00
"start": "node src/index.js"
2019-08-08 10:22:21 +02:00
},
"author": "",
"license": "ISC",
"bugs": {
2019-12-10 08:12:30 +01:00
"url": "https://github.com/minetest-beerchat/beerchat_proxy/issues"
2019-08-08 10:22:21 +02:00
},
2019-12-10 08:12:30 +01:00
"homepage": "https://github.com/minetest-beerchat/beerchat_proxy#readme",
2019-08-08 10:22:21 +02:00
"dependencies": {
"body-parser": "^1.19.0",
"discord.js": "^12.5.1",
2019-08-08 10:22:21 +02:00
"express": "^4.17.1",
2020-08-03 11:34:58 +02:00
"express-ws": "^4.0.0",
"irc-framework": "^4.9.0"
2019-12-02 08:56:42 +01:00
},
"devDependencies": {
"jshint": "^2.12.0"
2019-08-08 10:22:21 +02:00
}
}