{
  "name": "@tixyel/streamelements",
  "version": "7.14.1",
  "private": false,
  "description": "TypeScript/JavaScript helper library for StreamElements custom widgets with type safety and local development support",
  "keywords": [
    "overlay",
    "streamelements",
    "streaming",
    "twitch",
    "typescript",
    "widgets",
    "youtube"
  ],
  "homepage": "https://github.com/Tixyel/widgets#readme",
  "bugs": {
    "url": "https://github.com/Tixyel/widgets/issues"
  },
  "license": "Apache-2.0",
  "author": "Tixyel",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tixyel/widgets.git",
    "directory": "packages/client"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md",
    "THIRD_PARTY_NOTICES.md"
  ],
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/index.umd.js",
  "jsdelivr": "./dist/index.umd.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "default": "./dist/index.umd.js"
    },
    "./+esm": "./dist/index.es.js",
    "./+es": "./dist/index.es.js",
    "./+umd": "./dist/index.umd.js"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "scripts": {
    "build": "bunx --bun vite build && bunx --bun rollup -c rollup.config.js",
    "dev": "concurrently \"bunx --bun vite build --watch\" \"bunx --bun rollup -c rollup.config.js --watch\"",
    "check-types": "bunx --bun tsc --noEmit"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/bun": "^1.3.11",
    "@types/tmi.js": "^1.8.6",
    "comfy.js": "^1.1.29",
    "rollup": "catalog:build",
    "rollup-plugin-dts": "catalog:build",
    "tmi.js": "^1.8.5",
    "typescript": "^6.0.2",
    "vite": "catalog:build"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
