-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) 路 1.09 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) 路 1.09 KB
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
{
"name": "whistle-switch",
"description": "Control Homekit by whistling 馃幎",
"homepage": "https://github.com/colbyr/whistle-switch#readme",
"keywords": [
"home-automation",
"homekit",
"homekit-accessory",
"hap",
"music",
"siri",
"whistle"
],
"version": "1.1.6",
"repository": {
"type": "git",
"url": "https://github.com/colbyr/whistle-switch.git"
},
"author": "Colby Rabideau<me@colbyr.com>",
"license": "MIT",
"type": "module",
"scripts": {
"start": "./start.sh",
"dev": "WHISTLE_SWITCH_DEBUG=true ./start.sh"
},
"bin": {
"whistle-switch": "./start.sh"
},
"dependencies": {
"@stdlib/utils-circular-buffer": "^0.0.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"dotenv": "^10.0.0",
"hap-nodejs": "^0.9.6",
"lodash": "^4.17.21",
"meyda": "^5.2.2",
"puppeteer": "^10.4.0",
"simple-statistics": "^7.7.0",
"tone": "^14.7.77",
"vite": "^2.6.12"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/meyda": "^4.3.2",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}