-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 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
{
"name": "air-purifier-driver",
"license": "MIT",
"version": "5.1.0",
"author": "Łukasz Łapaj (lukaszlapaj.github.io)",
"main": "index.js",
"description": "An improved driver for Xiaomi Air Purifier 2/2S automation",
"homepage": "https://github.com/LukaszLapaj/AirPurifierDriver/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/LukaszLapaj/AirPurifierDriver.git#master"
},
"keywords": [
"AirPurifierDriver",
"xiaomi",
"mi",
"miio",
"purifier"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node --experimental-fetch --experimental-json-modules index.mjs"
},
"dependencies": {
"lodash": "^4.17.21",
"miio": "^0.15.6",
"moment": "^2.29.2",
"pg": "^7.18.2",
"sequelize": "4.44.4",
"suncalc": "^1.9.0"
}
}