-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 846 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "stuhl.js",
"version": "2.0.0",
"description": "Der neue sTUHL - jetzt noch flüssiger!",
"main": "stuhl.js",
"repository": {
"type": "git",
"url": "https://github.com/cyraxx/stuhljs.git"
},
"author": "Andreas Reich <andreas@reich.name>",
"license": "MIT",
"engines": {
"node": ">=6.4"
},
"dependencies": {
"@slack/webhook": "^7.0.0",
"body-parser": "^1.19.0",
"discord.js": "^13.7.0",
"express": "^4.20.0",
"html-escaper": "^3.0.3",
"irc-colors": "~1.3.3",
"irc-upd": "^0.11.0",
"markdown-escape": "^1.0.2",
"node-telegram-bot-api": "^0.61.0",
"onesignal-node": "^3.4.0"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0"
}
}