{
  "name": "@allior/wmake-donationalerts",
  "version": "1.0.3",
  "description": "DonationAlerts integration for donations and alerts.",
  "type": "module",
  "types": "./dist/root/index.d.ts",
  "main": "./dist/root/index.js",
  "exports": {
    ".": {
      "types": "./dist/root/index.d.ts",
      "import": "./dist/root/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "pub": "npm publish --access public",
    "build": "bun scripts/build.ts",
    "build:iife": "bun scripts/build-iife.ts",
    "clean": "rimraf dist",
    "prepublishOnly": "bun run build",
    "lint": "bunx --bun @biomejs/biome lint .",
    "format": "bunx --bun @biomejs/biome format --write ."
  },
  "keywords": [
    "wmake",
    "events",
    "streamelements",
    "donationalerts"
  ],
  "author": "An1by",
  "license": "ISC",
  "peerDependencies": {
    "react": "^18.0.0"
  },
  "devDependencies": {
    "@types/socket.io-client": "^1.4.36",
    "cross-env": "^10.1.0",
    "rimraf": "^6.0.1",
    "tsc-alias": "^1.8.16",
    "typescript": "^6.0.2",
    "vite": "^8.0.8"
  },
  "dependencies": {
    "socket.io-client": "2.5.0"
  }
}