{
  "name": "acfun-live-danmaku",
  "version": "0.8.0",
  "description": "acfun直播弹幕获取",
  "main": "./dist/index.js",
  "type": "module",
  "scripts": {
    "proto": "pbjs -t json -o ./src/protos.bundle.json  ./protos/**/*.proto",
    "tsc": "tsc -b",
    "clear": "rimraf ./dist",
    "demo": "tsx demo/index.ts",
    "build": "npm run clear && npm run tsc && tsc-alias",
    "prepack": "npm run build",
    "postpack": "npm run clear"
  },
  "keywords": [
    "acfun",
    "danmaku",
    "danmu"
  ],
  "author": "Minteea",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Minteea/acfun-live-danmaku"
  },
  "dependencies": {
    "@floating-live/cookies": "^0.1.0",
    "long": "^5.3.1",
    "pako": "^2.1.0",
    "protobufjs": "^7.4.0"
  },
  "devDependencies": {
    "@types/pako": "^2.0.3",
    "rimraf": "^6.0.1",
    "tsc-alias": "^1.8.16",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  }
}
