-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 904 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
32
{
"name": "boardgamegeek-telegram-bot",
"version": "1.0.0",
"description": "A Telegram bot for the BoardGameGeek.",
"author": "Alejandro Blanco <[email protected]>",
"homepage": "https://github.com/ablanco/boardgamegeek-telegram-bot",
"bugs": {
"url": "https://github.com/ablanco/boardgamegeek-telegram-bot/issues"
},
"keywords": [
"telegram",
"boardgamegeek",
"bgg",
"boardgame",
"bot"
],
"repository": {
"type": "git",
"url": "https://github.com/ablanco/boardgamegeek-telegram-bot.git"
},
"license": "MIT",
"dependencies": {
"bgg-xml-api-client": "^0.1.12",
"lodash": "^4.17.21",
"node-telegram-bot-api": "^0.56.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.5.1"
}
}