|
| 1 | +{ |
| 2 | + "name": "@matterbridge/test-utils", |
| 3 | + "version": "3.10.7", |
| 4 | + "description": "Matterbridge common and framework-specific test utilities", |
| 5 | + "author": "https://github.com/Luligu", |
| 6 | + "homepage": "https://matterbridge.io/", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/Luligu/matterbridge.git", |
| 10 | + "directory": "packages/test-utils" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/Luligu/matterbridge/issues" |
| 14 | + }, |
| 15 | + "publishConfig": { |
| 16 | + "access": "public" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "matterbridge", |
| 20 | + "homebridge", |
| 21 | + "bridge", |
| 22 | + "plugin", |
| 23 | + "frontend", |
| 24 | + "matter.js", |
| 25 | + "matter-node.js", |
| 26 | + "matter", |
| 27 | + "matterprotocol", |
| 28 | + "iot", |
| 29 | + "smarthome", |
| 30 | + "connectedthings", |
| 31 | + "hap", |
| 32 | + "homekit", |
| 33 | + "siri", |
| 34 | + "google-home", |
| 35 | + "alexa", |
| 36 | + "homeassistant", |
| 37 | + "smartthings", |
| 38 | + "ewelink" |
| 39 | + ], |
| 40 | + "license": "Apache-2.0", |
| 41 | + "funding": { |
| 42 | + "type": "buymeacoffee", |
| 43 | + "url": "https://www.buymeacoffee.com/luligugithub" |
| 44 | + }, |
| 45 | + "type": "module", |
| 46 | + "main": "./dist/export.js", |
| 47 | + "types": "./dist/export.d.ts", |
| 48 | + "exports": { |
| 49 | + ".": { |
| 50 | + "types": "./dist/export.d.ts", |
| 51 | + "import": "./dist/export.js" |
| 52 | + }, |
| 53 | + "./matter": { |
| 54 | + "types": "./dist/matter/export.d.ts", |
| 55 | + "import": "./dist/matter/export.js" |
| 56 | + }, |
| 57 | + "./jest": { |
| 58 | + "types": "./dist/jest/export.d.ts", |
| 59 | + "import": "./dist/jest/export.js" |
| 60 | + }, |
| 61 | + "./vitest": { |
| 62 | + "types": "./dist/vitest/export.d.ts", |
| 63 | + "import": "./dist/vitest/export.js" |
| 64 | + }, |
| 65 | + "./buntest": { |
| 66 | + "types": "./dist/buntest/export.d.ts", |
| 67 | + "import": "./dist/buntest/export.js" |
| 68 | + } |
| 69 | + }, |
| 70 | + "engines": { |
| 71 | + "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0" |
| 72 | + }, |
| 73 | + "files": [ |
| 74 | + "bin", |
| 75 | + "dist", |
| 76 | + "npm-shrinkwrap.json", |
| 77 | + "CHANGELOG.md" |
| 78 | + ], |
| 79 | + "automator": { |
| 80 | + "node": true, |
| 81 | + "vitestTypes": true, |
| 82 | + "skipPackageJson": true, |
| 83 | + "skipTsconfig": true |
| 84 | + }, |
| 85 | + "dependencies": { |
| 86 | + "@matter/main": "0.17.9", |
| 87 | + "@matterbridge/types": "3.10.7", |
| 88 | + "@matterbridge/utils": "3.10.7", |
| 89 | + "node-ansi-logger": "3.3.0" |
| 90 | + }, |
| 91 | + "devDependencies": { |
| 92 | + "@types/bun": "1.4.0", |
| 93 | + "@types/jest": "30.0.0", |
| 94 | + "@types/node": "26.2.0", |
| 95 | + "vitest": "4.1.11" |
| 96 | + } |
| 97 | +} |
0 commit comments