forked from Picovoice/porcupine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1006 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/porcupine-node-demo",
"version": "3.0.1",
"description": "Picovoice Porcupine Node.js file-based and microphone demos",
"scripts": {
"file": "node file.js",
"mic": "node mic.js"
},
"bin": {
"ppn-file-demo": "./file.js",
"ppn-mic-demo": "./mic.js"
},
"keywords": [
"porcupine, picovoice, wake word, hotword, trigger word, offline, private, voice ai, speech recognition, microphone, mic, realtime"
],
"author": "Picovoice, Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/porcupine-node": "~3.0.1",
"@picovoice/pvrecorder-node": "~1.2.1",
"commander": "^6.1.0",
"wavefile": "^11.0.0"
},
"devDependencies": {},
"homepage": "https://picovoice.ai/products/porcupine/",
"repository": {
"type": "git",
"url": "https://github.com/Picovoice/porcupine.git",
"directory": "demo/nodejs"
},
"engines": {
"node": ">=16.0.0"
},
"cpu": [
"!ia32",
"!mips",
"!ppc",
"!ppc64"
]
}