-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 912 Bytes
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": "transform-node",
"version": "1.0.0",
"description": "node.js project to make server,client interaction for audio to text and annotatiion on text for insurance calls",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/language": "^3.2.3",
"@google-cloud/speech": "^3.2.2",
"async": "^3.1.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"compromise": "^11.13.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"hbs": "^4.0.4",
"jquery": "^3.4.1",
"morgan": "^1.9.1",
"node-record-lpcm16": "^0.3.1",
"promise": "^8.0.3",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}