forked from mhsattarian/pvcc_telegram_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 830 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
{
"name": "pvcc-node",
"version": "0.0.0",
"description": "Persian voice command collector telegram bot written in Nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"telegram",
"bot",
"persian",
"nodejs"
],
"author": "Mohammad H. Sattarian ([email protected])",
"license": "MIT",
"dependencies": {
"archiver": "^3.0.0",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"download-file": "^0.1.5",
"express": "^4.16.4",
"f2f": "^0.1.0",
"finalhandler": "^1.1.1",
"fluent-ffmpeg": "^2.1.2",
"persianjs": "^0.4.0",
"rimraf": "^2.6.2",
"serve-index": "^1.9.1",
"shelljs": "^0.8.3",
"telegraf": "^3.25.5",
"telegraf-session-local": "0.0.6",
"winston": "^3.1.0"
}
}