{
  "name": "@bililive-tools/douyin-recorder",
  "version": "1.16.1",
  "description": "@bililive-tools douyin recorder implemention",
  "main": "./lib/index.js",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "development": "./src/index.ts",
      "default": "./lib/index.js"
    },
    "./*.js": {
      "types": "./src/*.ts",
      "development": "./src/*.ts",
      "default": "./lib/*.js"
    }
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "douyin",
    "recorder",
    "bililive-tools",
    "直播",
    "录制",
    "抖音"
  ],
  "repository": "https://github.com/renmu123/biliLive-tools/tree/master/packages/DouYinRecorder",
  "author": "WhiteMind",
  "license": "LGPL",
  "dependencies": {
    "axios": "^1.15.0",
    "lodash-es": "^4.17.21",
    "mitt": "^3.0.1",
    "sm-crypto": "^0.3.13",
    "douyin-danma-listener": "0.4.1",
    "@bililive-tools/manager": "^1.16.1"
  },
  "devDependencies": {
    "@types/node": "*"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "gen:proto": "pbjs -t static-module -w es6 -o src/danma/proto.js src/danma/dy.proto"
  }
}