-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 914 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
{
"name": "morse-translator-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"engines": {
"node": ">= 8",
"npm": ">= 5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hwdtech/morse-translator-telegram-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hwdtech/morse-translator-telegram-bot/issues"
},
"homepage": "https://github.com/hwdtech/morse-translator-telegram-bot#readme",
"dependencies": {
"async": "^2.5.0",
"audio-buffer-utils": "^5.1.1",
"audio-through": "^2.2.3",
"express": "^4.15.3",
"lame": "^1.2.4",
"lodash": "^4.17.4",
"morsea": "^3.0.0",
"morsify": "^0.3.0",
"node-opus": "^0.2.6",
"ogg": "^1.2.5",
"pump": "^1.0.2",
"telegraf": "^3.9.0",
"uuid": "^3.1.0"
}
}