forked from nicerloop/esphome-native-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 767 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
{
"name": "esphome-native-api",
"version": "1.0.5",
"description": "esphome native api client",
"main": "index.js",
"scripts": {
"test": "echo \"Test passed\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nafaya/esphome-native-api.git"
},
"keywords": [
"esphome",
"native-api",
"esphome",
"client"
],
"author": "Nafaya",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Nafaya/esphome-native-api/issues"
},
"homepage": "https://github.com/Nafaya/esphome-native-api#readme",
"dependencies": {
"bluebird": "^3.7.2",
"eslint": "^8.32.0",
"events": "^3.2.0",
"google-protobuf": "^3.14.0",
"multicast-dns": "^7.2.2",
"net": "^1.0.2"
}
}