UNPKG

@dan-uni/dan-any

Version:

A danmaku transformer lib, supporting danmaku from different platforms.

56 lines (55 loc) 1.49 kB
{ "name": "@dan-uni/dan-any", "version": "0.9.2", "description": "A danmaku transformer lib, supporting danmaku from different platforms.", "type": "module", "keywords": [ "bangumi", "danmaku" ], "license": "LGPL-3.0-or-later", "homepage": "https://github.com/ani-uni/danuni/tree/master/packages/dan-any#readme", "bugs": { "url": "https://github.com/ani-uni/danuni/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ani-uni/danuni.git" }, "author": "rinne", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/src/index.d.ts", "browser": "dist/index.min.js", "scripts": { "test": "vitest", "test:ui": "vitest --ui", "coverage": "vitest run --coverage", "bench": "vitest bench", "lint": "eslint", "build": "pnpm buf && rslib build", "build:types": "tsc", "buf": "buf generate" }, "dependencies": { "@bufbuild/protobuf": "^2.6.3", "base16384": "^1.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.14.2", "fast-xml-parser": "^5.2.5", "fs-extra": "^11.3.1", "hh-mm-ss": "^1.2.0", "json-bigint": "^1.0.0", "jssha": "^3.3.1", "reflect-metadata": "^0.2.2" }, "devDependencies": { "@bufbuild/buf": "^1.56.0", "@bufbuild/protoc-gen-es": "^2.6.3", "@types/fs-extra": "^11.0.4", "@types/hh-mm-ss": "^1.2.3", "@types/json-bigint": "^1.0.4", "canvas": "^3.1.2", "protobufjs": "^7.5.3" } }