-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 914 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
{
"name": "mmm-hotword2",
"version": "1.0.0",
"description": "Hotword detector module for MagicMirror",
"main": "MMM-Hotword2.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cp ./env.example .env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMRIZE/MMM-Hotword2.git"
},
"keywords": [
"hotword",
"porcupine",
"MagicMirror"
],
"author": "eouia0819@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/MMRIZE/MMM-Hotword2/issues"
},
"homepage": "https://github.com/MMRIZE/MMM-Hotword2#readme",
"dependencies": {
"@picovoice/cobra-node": "^2.0.1",
"@picovoice/porcupine-node": "^3.0.3",
"@picovoice/pvrecorder-node": "^1.2.3",
"dotenv": "^16.4.5",
"wav": "^1.0.2",
"wavefile": "^11.0.0"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0"
}
}