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",
|
2020-11-25 23:37:43 +00:00
|
|
|
"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",
|
2020-07-13 07:32:40 +00:00
|
|
|
"irc-framework": "^4.9.0"
|
2019-12-02 08:56:42 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-03 19:33:10 +00:00
|
|
|
"jshint": "^2.12.0"
|
2019-08-08 10:22:21 +02:00
|
|
|
}
|
|
|
|
}
|