forked from iobroker-community-adapters/ioBroker.unifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "iobroker.unifi",
"version": "0.6.6",
"description": "UniFi Adapter for ioBroker",
"author": "braindead1 <[email protected]>",
"contributors": [
"braindead1 <[email protected]>",
"Jens Maus <[email protected]>",
"Scrounger <[email protected]>"
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.unifi",
"license": "MIT",
"keywords": [
"ioBroker",
"unifi",
"Smart Home",
"home automation",
"wifi"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iobroker-community-adapters/ioBroker.unifi.git"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"node-unifi": "^2.4.1",
"json-logic-js": "^2.0.2",
"dateformat": "^4.6.3",
"axios": "1.4.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/adapter-dev": "^1.0.0",
"@iobroker/testing": "^4.1.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.44.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"hosted-git-info": "^6.0.0",
"glob-parent": "^6.0.2",
"json-schema": "^0.4.0"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"lint": "eslint",
"release": "release-script",
"translate": "translate-adapter"
},
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.unifi/issues"
},
"readmeFilename": "README.md"
}