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-04-17 11:06:17 +00:00
|
|
|
"discord.js": "^12.2.0",
|
2019-08-08 10:22:21 +02:00
|
|
|
"express": "^4.17.1",
|
2020-04-02 07:48:25 +00:00
|
|
|
"irc-framework": "^4.8.1"
|
2019-12-02 08:56:42 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-14 05:25:36 +00:00
|
|
|
"jshint": "^2.11.1"
|
2019-08-08 10:22:21 +02:00
|
|
|
}
|
|
|
|
}
|