-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "scrypted-aprilaire",
"version": "0.5.0",
"description": "Scrypted plugin for Aprilaire Home Automation",
"author": "nberardi",
"license": "MIT",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
"prescrypted-setup-project": "scrypted-package-json",
"build": "scrypted-webpack",
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
"prescrypted-vscode-launch": "scrypted-webpack",
"scrypted-vscode-launch": "scrypted-deploy-debug",
"scrypted-deploy-debug": "scrypted-deploy-debug",
"scrypted-debug": "scrypted-debug",
"scrypted-deploy": "scrypted-deploy",
"scrypted-readme": "scrypted-readme",
"scrypted-package-json": "scrypted-package-json",
"scrypted-webpack": "scrypted-webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nberardi/scrypted-aprilaire.git"
},
"keywords": [
"scrypted",
"plugin",
"aprilaire",
"thermostat",
"humidifier",
"dehumidifer",
"purifier"
],
"bugs": {
"url": "https://github.com/nberardi/scrypted-aprilaire/issues"
},
"homepage": "https://github.com/nberardi/scrypted-aprilaire#readme",
"scrypted": {
"name": "Aprilaire Plugin",
"type": "DeviceProvider",
"interfaces": [
"DeviceProvider",
"DeviceCreator",
"Settings"
]
},
"devDependencies": {
"@types/node": "^20.10.8",
"ts-node": "^10.9.1"
},
"dependencies": {
"@scrypted/sdk": "^0.3.106"
}
}