-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 850 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
37
38
39
40
41
42
{
"name": "tuya-adapter",
"display_name": "Tuya Smart Life",
"version": "0.2.7",
"description": "Tuya Smart Life IoT devices support",
"author": "bewee",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"keywords": [
"iot",
"adapter",
"tuya",
"smart life"
],
"homepage": "https://github.com/bewee/tuya-adapter",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/bewee/tuya-adapter.git"
},
"bugs": {
"url": "https://github.com/bewee/tuya-adapter/issues"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0"
},
"files": [
"LICENSE.md",
"README.md",
"SHA256SUMS",
"manifest.json",
"index.js",
"lib/"
],
"dependencies": {
"minimist": "^1.2.6",
"tuyapi": "github:codetheweb/tuyapi"
}
}