@dan-uni/dan-any
Version:
A danmaku transformer lib, supporting danmaku from different platforms.
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "@dan-uni/dan-any",
"type": "module",
"version": "1.0.1",
"description": "A danmaku transformer lib, supporting danmaku from different platforms.",
"author": "rinne",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/ani-uni/danuni/tree/master/packages/dan-any#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ani-uni/danuni.git"
},
"bugs": {
"url": "https://github.com/ani-uni/danuni/issues"
},
"keywords": [
"bangumi",
"danmaku"
],
"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.10.2",
"base16384": "^1.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"fast-xml-parser": "^5.3.3",
"fs-extra": "^11.3.3",
"hh-mm-ss": "^1.2.0",
"json-bigint": "^1.0.0",
"jssha": "^3.3.1",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.63.0",
"@bufbuild/protoc-gen-es": "^2.10.2",
"@types/fs-extra": "^11.0.4",
"@types/hh-mm-ss": "^1.2.3",
"@types/json-bigint": "^1.0.4",
"canvas": "^3.2.1",
"protobufjs": "^8.0.0"
}
}