-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
42 lines (42 loc) · 993 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
40
41
42
{
"name": "voicebot-watson",
"version": "1.0.0",
"description": "Chat with voice using speech to text, text to speech and watson assistant",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Najibsaurus/VoiceBot-Watson.git"
},
"keywords": [
"ibm",
"watson",
"dicoding",
"bot",
"speech",
"text",
"voice",
"conversation",
"chat"
],
"author": "Najib Abdillah",
"license": "ISC",
"bugs": {
"url": "https://github.com/Najibsaurus/VoiceBot-Watson/issues"
},
"homepage": "https://github.com/Najibsaurus/VoiceBot-Watson#readme",
"dependencies": {
"blob-stream": "^0.1.3",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ibm-watson": "^5.2.1",
"morgan": "^1.9.1",
"socket.io": "^2.3.0",
"socket.io-stream": "^0.9.1",
"wav": "^1.0.2"
}
}