|
1 | 1 | { |
2 | | - "name": "iobroker.cloud", |
3 | | - "version": "5.1.0", |
4 | | - "description": "This adapter allows to communicate different web applications with ioBroker.", |
5 | | - "author": { |
6 | | - "name": "bluefox", |
7 | | - "email": "dogafox@gmail.com" |
8 | | - }, |
9 | | - "homepage": "https://github.com/ioBroker/ioBroker.cloud", |
10 | | - "keywords": [ |
11 | | - "ioBroker", |
12 | | - "cloud", |
13 | | - "web" |
14 | | - ], |
15 | | - "engines": { |
16 | | - "node": ">=18" |
17 | | - }, |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/ioBroker/ioBroker.cloud" |
21 | | - }, |
22 | | - "dependencies": { |
23 | | - "@iobroker/adapter-core": "^3.3.2", |
24 | | - "@iobroker/socket-classes": "2.2.20", |
25 | | - "socket.io-client": "~1.7.4", |
26 | | - "cookie-parser": "^1.4.7", |
27 | | - "axios": "^1.11.0", |
28 | | - "ws": "^8.18.3" |
29 | | - }, |
30 | | - "devDependencies": { |
31 | | - "@alcalzone/release-script": "^5.0.0", |
32 | | - "@alcalzone/release-script-plugin-iobroker": "^4.0.0", |
33 | | - "@alcalzone/release-script-plugin-license": "^4.0.0", |
34 | | - "@iobroker/adapter-dev": "^1.5.0", |
35 | | - "@iobroker/eslint-config": "^2.2.0", |
36 | | - "@iobroker/testing": "^5.1.1", |
37 | | - "@iobroker/types": "^7.0.7", |
38 | | - "@iobroker/ws-server": "^4.3.9", |
39 | | - "@types/cookie-parser": "^1.4.10", |
40 | | - "@types/node": "^24.9.2", |
41 | | - "@types/socket.io-client": "^1.4.36", |
42 | | - "@types/ws": "^8.18.1", |
43 | | - "mocha": "^11.7.4", |
44 | | - "chai": "^4.5.0", |
45 | | - "typescript": "^5.9.3" |
46 | | - }, |
47 | | - "bugs": { |
48 | | - "url": "https://github.com/ioBroker/ioBroker.cloud/issues" |
49 | | - }, |
50 | | - "main": "dist/main.js", |
51 | | - "files": [ |
52 | | - "admin/", |
53 | | - "doc/", |
54 | | - "img/", |
55 | | - "dist/", |
56 | | - "io-package.json", |
57 | | - "LICENSE" |
58 | | - ], |
59 | | - "scripts": { |
60 | | - "test:unit": "mocha test/unitAdapter --exit", |
61 | | - "test:package": "mocha test/packageFiles --exit", |
62 | | - "test:integration": "mocha test/integrationAdapter --exit", |
63 | | - "test": "mocha --exit", |
64 | | - "build": "tsc -p tsconfig.build.json", |
65 | | - "lint": "eslint -c eslint.config.mjs", |
66 | | - "release": "release-script", |
67 | | - "release-patch": "release-script patch --yes", |
68 | | - "release-minor": "release-script minor --yes", |
69 | | - "release-major": "release-script major --yes", |
70 | | - "translate": "translate-adapter", |
71 | | - "update-packages": "npx -y npm-check-updates --upgrade" |
72 | | - }, |
73 | | - "license": "MIT", |
74 | | - "readmeFilename": "README.md" |
| 2 | + "name": "iobroker.cloud", |
| 3 | + "version": "5.1.1", |
| 4 | + "description": "This adapter allows to communicate different web applications with ioBroker.", |
| 5 | + "author": { |
| 6 | + "name": "bluefox", |
| 7 | + "email": "dogafox@gmail.com" |
| 8 | + }, |
| 9 | + "homepage": "https://github.com/ioBroker/ioBroker.cloud", |
| 10 | + "keywords": [ |
| 11 | + "ioBroker", |
| 12 | + "cloud", |
| 13 | + "web" |
| 14 | + ], |
| 15 | + "engines": { |
| 16 | + "node": ">=18" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/ioBroker/ioBroker.cloud" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@iobroker/adapter-core": "^3.3.2", |
| 24 | + "@iobroker/socket-classes": "2.2.20", |
| 25 | + "socket.io-client": "~1.7.4", |
| 26 | + "cookie-parser": "^1.4.7", |
| 27 | + "axios": "^1.11.0", |
| 28 | + "ws": "^8.18.3" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@alcalzone/release-script": "^5.0.0", |
| 32 | + "@alcalzone/release-script-plugin-iobroker": "^4.0.0", |
| 33 | + "@alcalzone/release-script-plugin-license": "^4.0.0", |
| 34 | + "@iobroker/adapter-dev": "^1.5.0", |
| 35 | + "@iobroker/eslint-config": "^2.2.0", |
| 36 | + "@iobroker/testing": "^5.1.1", |
| 37 | + "@iobroker/types": "^7.0.7", |
| 38 | + "@iobroker/ws-server": "^4.3.9", |
| 39 | + "@types/cookie-parser": "^1.4.10", |
| 40 | + "@types/node": "^24.9.2", |
| 41 | + "@types/socket.io-client": "^1.4.36", |
| 42 | + "@types/ws": "^8.18.1", |
| 43 | + "mocha": "^11.7.4", |
| 44 | + "chai": "^4.5.0", |
| 45 | + "typescript": "^5.9.3" |
| 46 | + }, |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/ioBroker/ioBroker.cloud/issues" |
| 49 | + }, |
| 50 | + "main": "dist/main.js", |
| 51 | + "files": [ |
| 52 | + "admin/", |
| 53 | + "doc/", |
| 54 | + "img/", |
| 55 | + "dist/", |
| 56 | + "io-package.json", |
| 57 | + "LICENSE" |
| 58 | + ], |
| 59 | + "scripts": { |
| 60 | + "test:unit": "mocha test/unitAdapter --exit", |
| 61 | + "test:package": "mocha test/packageFiles --exit", |
| 62 | + "test:integration": "mocha test/integrationAdapter --exit", |
| 63 | + "test": "mocha --exit", |
| 64 | + "build": "tsc -p tsconfig.build.json", |
| 65 | + "lint": "eslint -c eslint.config.mjs", |
| 66 | + "release": "release-script", |
| 67 | + "release-patch": "release-script patch --yes", |
| 68 | + "release-minor": "release-script minor --yes", |
| 69 | + "release-major": "release-script major --yes", |
| 70 | + "translate": "translate-adapter", |
| 71 | + "update-packages": "npx -y npm-check-updates --upgrade" |
| 72 | + }, |
| 73 | + "license": "MIT", |
| 74 | + "readmeFilename": "README.md" |
75 | 75 | } |
0 commit comments