-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
58 lines (58 loc) · 1.44 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "node-mi-flora",
"version": "0.2.2",
"description": "Node package for xiaomi mi flora plant sensor - typescript fork",
"main": "dist/index.js",
"scripts": {
"test": "xo",
"build": "tsc --outDir dist/"
},
"keywords": [
"xiaomi",
"mi",
"flora",
"node",
"typescript"
],
"author": "Demirhan Aydin <demirhanaydin@gmail.com>",
"contributors": [
{
"name": "Williams A Aguilera",
"email": "webnator@gmail.com",
"url": "https://github.com/webnator/"
},
{
"name": "Asep Bagja Priandana",
"url": "https://github.com/bepitulaz"
},
{
"name": "Luca Becker",
"url": "https://sunbury.xyz"
}
],
"license": "MIT",
"dependencies": {
"@abandonware/noble": "^1.9.2-7",
"debug": "^4.1.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^13.9.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"typescript": "^3.8.3",
"xo": "^0.27.2"
},
"xo": {
"space": true
},
"engines": {
"node": ">=6.9"
},
"repository": {
"type": "git",
"url": "https://github.com/demirhanaydin/node-mi-flora.git"
}
}