-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.53 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
{
"name": "scrypted-tplink-smarthome",
"version": "0.3.0",
"description": "Scrypted plugin for TP-Link Kasa Smart Home",
"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-tplink-smarthome.git"
},
"keywords": [
"scrypted",
"plugin",
"tplink",
"kasa",
"switch",
"outlet",
"lightbulb",
"light",
"bulb"
],
"bugs": {
"url": "https://github.com/nberardi/scrypted-tplink-smarthome/issues"
},
"homepage": "https://github.com/nberardi/scrypted-tplink-smarthome#readme",
"scrypted": {
"name": "TP-Link Kasa Plugin",
"type": "DeviceProvider",
"interfaces": [
"DeviceProvider",
"DeviceCreator",
"Settings"
]
},
"dependencies": {
"crypto-js": "^4.1.1",
"tplink-smarthome-api": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@scrypted/sdk": "^0.3.5"
}
}