{
  "name": "@interactify-live/short",
  "version": "1.0.3",
  "type": "module",
  "description": "Pure MQTT connector for Interactify short videos - no UI or video dependencies",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "clean": "rm -rf dist",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "interactify",
    "short",
    "mqtt",
    "connector",
    "websocket"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "precompiled-mqtt": "^4.3.14-beta",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.4",
    "rollup": "^4.17.2",
    "typescript": "^5.8.3"
  }
}
