-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1006 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": "chat-gpt-assistant",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"base64-stream": "^1.0.0",
"chalk": "^5.2.0",
"chatgpt": "^3.3.1",
"concat-stream": "^2.0.0",
"dotenv": "^16.0.3",
"ffi-napi": "^4.0.3",
"fluent-ffmpeg": "^2.1.2",
"get-mp3-duration": "^1.0.0",
"google-tts-api": "^2.0.2",
"merge-stream": "^2.0.0",
"mic": "^2.1.2",
"node-fetch": "^2.6.7",
"node-microphone": "^0.1.5",
"puppeteer": "^19.4.1",
"readable-stream-clone": "^0.0.7",
"ref-napi": ">=2.0.0",
"sox-stream": "^2.0.6",
"speaker": "^0.5.4",
"vosk": "^0.3.39",
"wav": "^1.0.2"
},
"devDependencies": {
"@types/node": "^18.11.17",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
}