-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 986 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
{
"name": "tapo-adapter-ts",
"version": "0.0.4",
"description": "Webthings adapter for TP-Link Tapo devices",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dickydoouk/tapo-adapter-ts.git"
},
"author": "dickydoouk",
"license": "ISC",
"bugs": {
"url": "https://github.com/dickydoouk/tapo-adapter-ts/issues"
},
"homepage": "https://github.com/dickydoouk/tapo-adapter-ts#readme",
"devDependencies": {
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"gateway-addon": "^1.0.0",
"json-schema-to-typescript": "^10.1.4",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
},
"dependencies": {
"tp-link-tapo-connect": "^2.0.4"
}
}