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