-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 838 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
{
"name": "dlink_websocketclient",
"version": "0.5.5",
"description": "Interface myDlink DSP-W115 and DSP-W245 (and others like DSP-W118?) using node.js",
"author": {
"name": "Garfonso",
"email": "[email protected]"
},
"homepage": "https://github.com/Garfonso/dlinkWebSocketClient",
"license": "MIT",
"keywords": [
"mydlink",
"dsp-w115",
"dsp-w245",
"dsp-w118",
"smartplug"
],
"repository": {
"type": "git",
"url": "https://github.com/Garfonso/dlinkWebSocketClient"
},
"dependencies": {
"ws": "^8.13.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@types/node": "^18.7.14",
"eslint": "^8.38.0"
},
"scripts": {
"release": "release-script",
"lint": "eslint index.js"
},
"main": "index.js",
"readmeFilename": "README.md"
}