-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
63 lines (63 loc) · 1.97 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
{
"name": "iobroker.linkeddevices",
"version": "1.5.5",
"description": "Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.",
"author": {
"name": "Scrounger",
"email": "[email protected]"
},
"homepage": "https://github.com/Scrounger/ioBroker.linkeddevices",
"license": "MIT",
"keywords": [
"device",
"link",
"virtual",
"datapoint",
"wrapper",
"reflect",
"logic"
],
"repository": {
"type": "git",
"url": "https://github.com/Scrounger/ioBroker.linkeddevices"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"@types/mathjs": "^6.0.7",
"complex.js": "^2.1.1",
"decimal.js": "^10.2.1",
"escape-latex": "^1.2.0",
"fraction.js": "^4.0.12",
"javascript-natural-sort": "^0.7.1",
"mathjs": "^8.0.1",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"seed-random": "^2.2.0",
"tiny-emitter": "^2.1.0",
"typed-function": "^2.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.8",
"@alcalzone/release-script-plugin-iobroker": "^3.5.8",
"@alcalzone/release-script-plugin-license": "^3.5.8",
"@iobroker/adapter-dev": "^1.0.0",
"axios": "^0.27.2",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"mocha": "^9.2.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"translate": "node node_modules/gulp/bin/gulp.js adminWords2languages",
"release": "release-script",
"release-patch": "release-script patch --c .releaseconfig.json --all",
"release-minor": "release-script minor --c .releaseconfig.json --all",
"release-major": "release-script major --c .releaseconfig.json --all"
},
"bugs": {
"url": "https://github.com/Scrounger/ioBroker.linkeddevices/issues"
},
"readmeFilename": "README.md"
}