-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1020 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
33
34
35
36
37
38
39
40
{
"name": "mediawiki-telegram-bot",
"version": "0.0.1",
"description": "A Telegram bot for editing MediaWiki pages",
"main": "MediaWikiTelegramBot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amire80/mediawiki-telegram-bot.git"
},
"keywords": [
"mediawiki",
"telegram",
"bot",
"chat",
"translation"
],
"dependencies": {
"jsonfile": "~3.0.0",
"read": "^1.0.7",
"request": "~2.81.0",
"sqlite3": "~3.1.8",
"tgfancy": "^0.10.0"
},
"devDependencies": {
"eslint": "3.12.0",
"eslint-config-node-services": "~2.2.2",
"eslint-config-wikimedia": "~0.4.0",
"eslint-plugin-jsdoc": "3.0.0",
"eslint-plugin-json": "1.2.0"
},
"author": "Amir E. Aharoni",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/amire80/mediawiki-telegram-bot/issues"
},
"homepage": "https://github.com/amire80/mediawiki-telegram-bot#readme"
}