|
1 | 1 | { |
2 | | - "name": "iobroker.mcp", |
3 | | - "version": "1.0.10", |
4 | | - "description": "MCP server for ioBroker", |
5 | | - "author": { |
6 | | - "name": "ioBroker", |
7 | | - "email": "info@iobroker.net" |
8 | | - }, |
9 | | - "homepage": "https://github.com/ioBroker/ioBroker.mcp", |
10 | | - "license": "MIT", |
11 | | - "keywords": [ |
12 | | - "ioBroker", |
13 | | - "mcp", |
14 | | - "server", |
15 | | - "web", |
16 | | - "rest" |
17 | | - ], |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/ioBroker/ioBroker.mcp" |
21 | | - }, |
22 | | - "engines": { |
23 | | - "node": ">=20" |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "@iobroker/adapter-core": "^3.4.1", |
27 | | - "@iobroker/webserver": "^1.4.0", |
28 | | - "@iobroker/mcp-server": "^0.1.2", |
29 | | - "express": "^5.2.1" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@alcalzone/release-script": "~5.2.1", |
33 | | - "@alcalzone/release-script-plugin-iobroker": "~5.2.0", |
34 | | - "@alcalzone/release-script-plugin-license": "~5.2.0", |
35 | | - "@iobroker/eslint-config": "^2.3.4", |
36 | | - "@iobroker/testing": "^5.2.2", |
37 | | - "@iobroker/types": "^7.2.2", |
38 | | - "@tsconfig/node20": "^20.1.9", |
39 | | - "@types/express": "^5.0.6", |
40 | | - "@types/mocha": "^10.0.10", |
41 | | - "@types/node": "^20.19.43", |
42 | | - "ts-node": "^10.9.2", |
43 | | - "typescript": "^6.0.3" |
44 | | - }, |
45 | | - "main": "build/main.js", |
46 | | - "files": [ |
47 | | - "admin/", |
48 | | - "build/", |
49 | | - "io-package.json", |
50 | | - "LICENSE", |
51 | | - "manifest.json" |
52 | | - ], |
53 | | - "scripts": { |
54 | | - "build": "tsc -p tsconfig.build.json", |
55 | | - "test": "mocha", |
56 | | - "test:package": "mocha test/package.test.ts", |
57 | | - "test:integration": "mocha test/testAdapter.test.ts", |
58 | | - "test:typecheck": "tsc --noEmit -p test/tsconfig.json", |
59 | | - "lint": "eslint -c eslint.config.mjs", |
60 | | - "release": "release-script", |
61 | | - "release-patch": "release-script patch --yes --no-update-lockfile", |
62 | | - "release-minor": "release-script minor --yes --no-update-lockfile", |
63 | | - "release-major": "release-script major --yes --no-update-lockfile" |
64 | | - }, |
65 | | - "bugs": { |
66 | | - "url": "https://github.com/ioBroker/ioBroker.mcp/issues" |
67 | | - }, |
68 | | - "readmeFilename": "README.md" |
| 2 | + "name": "iobroker.mcp", |
| 3 | + "version": "1.0.11", |
| 4 | + "description": "MCP server for ioBroker", |
| 5 | + "author": { |
| 6 | + "name": "ioBroker", |
| 7 | + "email": "info@iobroker.net" |
| 8 | + }, |
| 9 | + "homepage": "https://github.com/ioBroker/ioBroker.mcp", |
| 10 | + "license": "MIT", |
| 11 | + "keywords": [ |
| 12 | + "ioBroker", |
| 13 | + "mcp", |
| 14 | + "server", |
| 15 | + "web", |
| 16 | + "rest" |
| 17 | + ], |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/ioBroker/ioBroker.mcp" |
| 21 | + }, |
| 22 | + "engines": { |
| 23 | + "node": ">=20" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@iobroker/adapter-core": "^3.4.1", |
| 27 | + "@iobroker/webserver": "^1.4.0", |
| 28 | + "@iobroker/mcp-server": "^0.1.2", |
| 29 | + "express": "^5.2.1" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@alcalzone/release-script": "~5.2.1", |
| 33 | + "@alcalzone/release-script-plugin-iobroker": "~5.2.0", |
| 34 | + "@alcalzone/release-script-plugin-license": "~5.2.0", |
| 35 | + "@iobroker/eslint-config": "^2.3.4", |
| 36 | + "@iobroker/testing": "^5.2.2", |
| 37 | + "@iobroker/types": "^7.2.2", |
| 38 | + "@tsconfig/node20": "^20.1.9", |
| 39 | + "@types/express": "^5.0.6", |
| 40 | + "@types/mocha": "^10.0.10", |
| 41 | + "@types/node": "^20.19.43", |
| 42 | + "ts-node": "^10.9.2", |
| 43 | + "typescript": "^6.0.3" |
| 44 | + }, |
| 45 | + "main": "build/main.js", |
| 46 | + "files": [ |
| 47 | + "admin/", |
| 48 | + "build/", |
| 49 | + "io-package.json", |
| 50 | + "LICENSE", |
| 51 | + "manifest.json" |
| 52 | + ], |
| 53 | + "scripts": { |
| 54 | + "build": "tsc -p tsconfig.build.json", |
| 55 | + "test": "mocha", |
| 56 | + "test:package": "mocha test/package.test.ts", |
| 57 | + "test:integration": "mocha test/testAdapter.test.ts", |
| 58 | + "test:typecheck": "tsc --noEmit -p test/tsconfig.json", |
| 59 | + "lint": "eslint -c eslint.config.mjs", |
| 60 | + "release": "release-script", |
| 61 | + "release-patch": "release-script patch --yes --no-update-lockfile", |
| 62 | + "release-minor": "release-script minor --yes --no-update-lockfile", |
| 63 | + "release-major": "release-script major --yes --no-update-lockfile" |
| 64 | + }, |
| 65 | + "bugs": { |
| 66 | + "url": "https://github.com/ioBroker/ioBroker.mcp/issues" |
| 67 | + }, |
| 68 | + "readmeFilename": "README.md" |
69 | 69 | } |
0 commit comments