{
  "name": "bili-sender",
  "description": "It is used to automatically send barrages to the Bilibili live broadcast room",
  "version": "1.1.1",
  "author": {
    "name": "lZiMUl",
    "email": "lZiMUl@lzimul.com",
    "url": "https://lzimul.com"
  },
  "contributors": [
    {
      "name": "lZiMUl",
      "email": "lZiMUl@lzimul.com",
      "url": "https://lzimul.com"
    }
  ],
  "maintainers": [
    {
      "name": "lZiMUl",
      "email": "lZiMUl@lzimul.com",
      "url": "https://lzimul.com"
    }
  ],
  "homepage": "https://lzimul.com",
  "main": "./build/index.js",
  "types": "./lib/index.d.ts",
  "typings": "./lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "start": "node .",
    "lint": "npx eslint --fix",
    "build": "npm run lint && tsc && npm run typedoc",
    "typedoc": "typedoc",
    "dev": "npm run build && npm run start",
    "test": "echo void",
    "install:china": "npm install --register=https://registry.npmmirror.com",
    "update:china": "npm update --register=https://registry.npmmirror.com"
  },
  "exports": {
    ".": {
      "default": {
        "default": "./build/index.js",
        "require": "./build/index.js",
        "types": "./lib/index.d.ts"
      }
    }
  },
  "files": [
    "./build/",
    "./lib/",
    "./LICENSE",
    "./README.md",
    "./SECURITY.md"
  ],
  "keywords": [
    "lZiMUl",
    "BiliBili",
    "Danmu",
    "Send"
  ],
  "dependencies": {
    "axios": "^1.13.2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@types/node": "^25.0.6",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^17.0.0",
    "npm-check-updates": "^19.3.1",
    "prettier": "^3.7.4",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.16",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.52.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lZiMUl/bili-sender.git"
  },
  "bugs": {
    "url": "https://github.com/lZiMUl/bili-sender/issues",
    "email": "lZiMUl@lzimul.com"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "provenance": true,
    "access": "public",
    "tag": "latest"
  },
  "sideEffects": false,
  "private": false,
  "preferGlobal": true,
  "deprecated": false
}
