-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 910 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
{
"name": "trying",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"kill": "pm2 kill",
"restart": "pm2 restart ecosystem.config.js",
"reload": "pm2 reload ecosystem.config.js",
"startAPI": "pm2 start ecosystem.config.js --only 'api-app'",
"startWorker": "pm2 start ecosystem.config.js --only 'worker-app'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/speech": "sox^5.1.0",
"@google-cloud/text-to-speech": "^4.0.3",
"axios": "^1.1.3",
"express": "^4.18.2",
"fuse.js": "^6.6.2",
"node-record-lpcm16": "^1.0.1",
"openai": "^3.1.0",
"play-sound": "^1.1.5",
"read-last-lines": "^1.8.0",
"sox": "^0.1.0",
"uid-generator": "^2.0.0"
}
}