-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 943 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": "@mathquis/node-personal-wakeword",
"version": "1.1.1",
"description": "Personal wake word detector",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mathquis/node-gist": "^1.0.3",
"block-stream2": "^2.0.0",
"debug": "^4.3.1",
"node-vad": "^1.1.4"
},
"devDependencies": {
"chalk": "^4.0.0",
"glob": "^7.1.6",
"wavefile": "^11.0.0"
},
"keywords": [
"wakeword",
"mfcc",
"dtw",
"hotword",
"detector",
"node",
"alexa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mathquis/node-personal-wakeword.git"
},
"author": "Mathieu \"Fastjack\" Quisefit",
"license": "ISC",
"bugs": {
"url": "https://github.com/mathquis/node-personal-wakeword/issues"
},
"homepage": "https://github.com/mathquis/node-personal-wakeword#readme"
}