-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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
47
48
{
"name": "@picovoice/orca-node-demo",
"version": "1.0.2",
"description": "Picovoice Orca Node.js file-based and streaming demos",
"scripts": {
"file": "node file.js",
"streaming": "node streaming.js"
},
"bin": {
"orca-file-demo": "./file.js",
"orca-streaming-demo": "./streaming.js"
},
"keywords": [
"Picovoice",
"Orca",
"browser",
"voice ai",
"text-to-speech",
"streaming"
],
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/orca-node": "=1.0.1",
"@picovoice/pvspeaker-node": "^1.0.2",
"commander": "^6.1.0",
"prettier": "^2.6.2",
"readline": "^1.3.0",
"tiktoken": "^1.0.15",
"wavefile": "^11.0.0"
},
"devDependencies": {},
"homepage": "https://picovoice.ai/platform/orca/",
"repository": {
"type": "git",
"url": "https://github.com/Picovoice/orca.git",
"directory": "demo/nodejs"
},
"engines": {
"node": ">=16.0.0"
},
"cpu": [
"!ia32",
"!mips",
"!ppc",
"!ppc64"
]
}