-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 808 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": "njstuya",
"version": "2.3.5",
"description": "tuyapi wrapper with openhab support",
"main": "njstuya",
"scripts": {
"test": "node njstuya"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unparagoned/njsTuya.git"
},
"keywords": [
"njstuya",
"tuya",
"openhab",
"tuyapi",
"smart things"
],
"author": "unparagoned",
"license": "ISC",
"bugs": {
"url": "https://github.com/unparagoned/njsTuya/issues"
},
"homepage": "https://github.com/unparagoned/njsTuya#readme",
"dependencies": {
"cloudtuya": "github:unparagoned/cloudtuya",
"debug": "^4.2.0",
"tuyapi": "^6.1.1"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"
}
}