-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "asterisk-external-media",
"version": "0.1.0",
"description": "asterisk-external-media",
"homepage": "https://github.com/asterisk/asterisk-external-media#README.md",
"main": "./lib/ari-transcriber.js",
"bin": {
"ari-transcriber": "./bin/ari-transcriber"
},
"scripts": {
"start": "./bin/ari-transcriber",
"test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/asterisk/asterisk-external-media"
},
"keywords": [
"asterisk",
"asterisk ari",
"asterisk externa -media"
],
"author": "George Joseph <gjoseph@digium.com",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"engines": {
"node": ">=10"
},
"dependencies": {
"@google-cloud/speech": "^3.3.1",
"ari-client": "^2.2.0",
"chalk": "^2.4.2",
"datagram-stream": "^1.1.1",
"ws": "^7.2.0",
"yargs": "^14.2.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.1"
}
}