-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
41
42
43
44
45
46
{
"name": "sammy-node-audio",
"version": "0.1.6",
"description": "The high-level Audio API for the Sammy accessibility player.",
"main": "server.js",
"author": "Mihir Jichkar",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/env-cmd -f ./prod.env nf start",
"dev": "./node_modules/.bin/env-cmd -f ./z.env nf start",
"test": "./node_modules/.bin/env-cmd -f ./z.env nodemon tests/atools.js",
"heroku-postbuild": "./.heroku/run.sh"
},
"keywords": [
"scene-recognition",
"ocr",
"asr",
"optical-caracter-recognition",
"speech-recognition"
],
"dependencies": {
"bull": "^3.18.1",
"chalk": "^4.1.0",
"deepspeech": "^0.8.2",
"express": "^4.17.1",
"ffmpeg-extract-audio": "^1.0.2",
"foreman": "^3.0.1",
"microsoft-cognitiveservices-speech-sdk": "^1.17.0",
"multer": "^1.4.2",
"sox": "^0.1.0",
"throng": "^5.0.0",
"ytdl-core": "^4.0.2"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/PlytonRexus/sammy-node-audio"
},
"bugs": {
"url": "https://github.com/PlytonRexus/sammy-node"
}
}