-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 904 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
43
44
{
"name": "@tuyapi/stub",
"version": "0.3.0",
"description": "🧪 A stub device implementation for local testing.",
"main": "index.js",
"scripts": {
"test": "xo --quiet",
"document": "documentation build index.js -f html -o docs"
},
"keywords": [
"stub",
"testing",
"tuya",
"tuyapi",
"device"
],
"files": [
"index.js"
],
"author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)",
"license": "MIT",
"devDependencies": {
"documentation": "^9.1.1",
"xo": "^0.24.0"
},
"xo": {
"space": true,
"ignores": [
"docs"
]
},
"dependencies": {
"debug": "^4.1.1",
"tuyapi": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TuyaAPI/stub.git"
},
"bugs": {
"url": "https://github.com/TuyaAPI/stub/issues"
},
"homepage": "https://github.com/TuyaAPI/stub#readme"
}