UNPKG

@bililive-tools/douyin-recorder

Version:
51 lines 1.16 kB
{ "name": "@bililive-tools/douyin-recorder", "version": "1.2.0", "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.7.8", "lodash-es": "^4.17.21", "mitt": "^3.0.1", "@bililive-tools/manager": "^1.2.0", "douyin-danma-listener": "0.1.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" } }