forked from dparnell/chuango-h4-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 800 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
{
"name": "chuango-h4-client",
"version": "1.0.0",
"description": "a client for the Chuango H4 alarm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:dparnell/chuango-h4-client.git",
"author": "Daniel Parnell <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dparnell/chuango-h4-client.git"
},
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/mqtt": "^2.5.0",
"@types/node": "^14.14.13",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"async-mqtt": "^2.6.1",
"axios": "^0.21.0",
"mqtt": "^4.2.6",
"tiny-typed-emitter": "^2.0.3"
}
}