forked from backmeupplz/voicy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "voicy",
"version": "0.0.1",
"description": "Text to speech telegram bot",
"main": "app.js",
"private": true,
"license": "MIT",
"engines": {
"node": ">=10.7"
},
"scripts": {
"start": "node app.js",
"localize": "node localize.js",
"sendout": "node sendout.js"
},
"dependencies": {
"@google-cloud/speech": "^0.9.3",
"@google-cloud/storage": "^0.5.0",
"async": "^2.1.4",
"bluebird": "^3.4.6",
"dotenv": "^5.0.1",
"download": "^5.0.2",
"easy-file-manager": "^0.1.3",
"fluent-ffmpeg": "^2.1.0",
"localize": "^0.4.7",
"lodash": "^4.17.2",
"mongoose": "^4.9.4",
"random-token": "0.0.8",
"request": "^2.81.0",
"superagent": "^3.1.0",
"telegraf": "^3.22.1",
"temp": "^0.8.3",
"xml2js": "^0.4.17"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0"
}
}