-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
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
41
{
"name": "android_helper_bot",
"version": "1.1.0",
"description": "",
"main": "bot.js",
"dependencies": {
"ajv": "^6.12.4",
"archiver": "^5.0.0",
"better-queue": "^3.8.10",
"cloudscraper": "^4.1.2",
"fast-xml-parser": "^3.17.4",
"fs-extra": "^9.0.1",
"html-entities": "^1.3.1",
"jenkins": "^0.28.0",
"jsdom": "^16.4.0",
"mongojs": "^3.1.0",
"object-hash": "^2.0.3",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rss-parser": "^3.9.0",
"tdl": "^6.0.0",
"tdl-tdlib-ffi": "^2.0.0",
"telegram-node-bot": "github:Vachounet/telegram-node-bot",
"tlg": "^1.1.4",
"yaml": "^1.7.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vachounet/android_helper_bot.git"
},
"author": "Vachounet <[email protected]>",
"license": "GPL",
"bugs": {
"url": "https://github.com/Vachounet/android_helper_bot/issues"
},
"homepage": "https://github.com/Vachounet/android_helper_bot#readme"
}