-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.88 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "searchtelegram-bot",
"version": "0.0.2",
"description": "Telegram bot that searches telegram bot, channel, public group",
"main": "node dist/src/index.js",
"dependencies": {
"body-parser": "^1.15.2",
"bodybuilder": "^2.2.15",
"compression": "^1.6.2",
"dotenv": "^6.0.0",
"elasticsearch": "^15.1.1",
"express": "^4.16.3",
"http": "0.0.0",
"lodash": "^4.15.0",
"method-override": "^2.3.6",
"redis": "^2.8.0",
"redredisearch": "0.0.1",
"telegraf": "^3.23.0",
"telegraf-i18n": "^6.3.0",
"telegraf-session-redis": "^5.0.0"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/chai": "^4.1.0",
"@types/compression": "^0.0.35",
"@types/dotenv": "^4.0.3",
"@types/elasticsearch": "^5.0.26",
"@types/express": "^4.11.0",
"@types/lodash": "^4.14.92",
"@types/method-override": "^0.0.31",
"@types/mocha": "^2.2.46",
"@types/redis": "^2.8.6",
"@types/supertest": "^2.0.4",
"@types/supertest-as-promised": "^2.0.35",
"chai": "^4.1.2",
"https-proxy-agent": "^2.2.1",
"shelljs": "^0.8.2",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.2",
"ts-node": "^7.0.1",
"tsc": "^1.20150623.0",
"tslint": "^5.8.0",
"typescript": "^2.6",
"vuepress": "^0.14.4"
},
"scripts": {
"lint:ts": "tslint -p . -t stylish --exclude \"{build,node_modules}/**\" \"**/*.ts\"",
"lint": "npm run lint:ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npm run copy-static-assets",
"copy-static-assets": "ts-node copyStaticAssets.ts",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs"
},
"keywords": [
"typescript",
"node",
"express",
"docker"
],
"author": "knarfeh",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/knarfeh/searchtelegram-bot/issues"
}
}