forked from bradleywehmeier/esphome-native-api
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 754 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
{
"name": "@2colors/esphome-native-api",
"version": "1.3.2",
"license": "MIT",
"description": "esphome native api client",
"main": "index.js",
"scripts": {
"test": "echo \"Test passed\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/twocolors/esphome-native-api.git"
},
"keywords": [
"esphome",
"native-api",
"client"
],
"author": "D",
"bugs": {
"url": "https://github.com/twocolors/esphome-native-api.git"
},
"homepage": "https://github.com/twocolors/esphome-native-api#readme",
"dependencies": {
"@richardhopton/noise-c.wasm": "^0.5.0",
"google-protobuf": "^3.21.2",
"multicast-dns": "^7.2.5"
},
"bin": {
"esphome-discover": "scripts/discover.js"
}
}