-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 958 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
{
"name": "@picovoice/cobra-node-demo",
"version": "2.0.3",
"description": "Picovoice Cobra Node.js file-based and microphone demos",
"scripts": {
"file": "node file.js",
"mic": "node mic.js"
},
"bin": {
"cobra-file-demo": "./file.js",
"cobra-mic-demo": "./mic.js"
},
"keywords": [
"cobra, picovoice, voice activity detection, offline, private, voice ai, microphone, mic, realtime"
],
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/cobra-node": "=2.0.3",
"@picovoice/pvrecorder-node": "~1.2.5",
"commander": "^6.1.0",
"readline": "^1.3.0",
"wavefile": "^11.0.0"
},
"homepage": "https://picovoice.ai/platform/cobra/",
"repository": {
"type": "git",
"url": "https://github.com/Picovoice/cobra.git",
"directory": "demo/nodejs"
},
"engines": {
"node": ">=16.0.0"
},
"cpu": [
"!ia32",
"!mips",
"!ppc",
"!ppc64"
]
}