{
  "name": "@streamerbot/vue",
  "version": "1.12.2",
  "description": "Streamer.bot Vue Composition Utilities",
  "author": "Whipstickgostop <https://github.com/whiptsickgostop>",
  "license": "MIT",
  "homepage": "https://streamerbot.github.io/client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamerbot/client.git",
    "directory": "packages/vue"
  },
  "keywords": [
    "streamerbot",
    "vue"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./components": {
      "types": "./dist/components/index.d.ts",
      "import": "./dist/components/index.mjs",
      "require": "./dist/components/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "components.d.ts",
    "dist"
  ],
  "devDependencies": {
    "mkdist": "^1.6.0",
    "typescript": "^5.6.3",
    "unbuild": "^2.0.0",
    "@streamerbot/client": "^1.12.2"
  },
  "dependencies": {
    "vue-demi": "^0.14.10"
  },
  "peerDependencies": {
    "@streamerbot/client": "^1.12.2"
  },
  "scripts": {
    "dev": "pnpm build --watch",
    "build": "unbuild",
    "lint": "tsc"
  }
}