UNPKG

@bililive-tools/huya-recorder

Version:
48 lines 1.04 kB
{ "name": "@bililive-tools/huya-recorder", "version": "1.13.0", "description": "bililive-tools huya 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": [ "huya", "recorder", "bililive-tools", "直播", "录制", "虎牙" ], "repository": "https://github.com/renmu123/biliLive-tools/tree/master/packages/HuYaRecorder", "author": "renmu123", "license": "LGPL", "dependencies": { "@tars/stream": "^2.0.3", "axios": "^1.7.8", "lodash-es": "^4.17.21", "mitt": "^3.0.1", "@bililive-tools/manager": "^1.13.0", "huya-danma-listener": "0.1.4" }, "scripts": { "build": "tsc", "watch": "tsc -w" } }