mirror of
https://github.com/renmu123/biliLive-tools.git
synced 2026-06-08 18:43:53 +08:00
55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"name": "@biliLive-tools/root",
|
|
"version": "3.15.0",
|
|
"description": "B站直播录制处理工具",
|
|
"author": "renmu123",
|
|
"license": "GPL-3.0-only",
|
|
"homepage": "https://github.com/renmu123/biliLive-tools",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "chcp 65001 && pnpm run --filter biliLive-tools dev",
|
|
"devMain": "chcp 65001 && pnpm run --filter biliLive-tools devMain",
|
|
"build:app": "pnpm run build:base && pnpm run --filter biliLive-tools build:app",
|
|
"build:webui": "pnpm run build:base && pnpm run --filter biliLive-tools build:webui",
|
|
"build:app:no-ffmpeg": "pnpm run build:base && pnpm run --filter biliLive-tools build:app:no-ffmpeg",
|
|
"build:cli": "pnpm run build:base && pnpm run --filter bililive-cli build",
|
|
"build:base": "pnpm run --filter @biliLive-tools/types --filter douyin-danma-listener --filter @biliLive-tools/shared build && pnpm --filter @biliLive-tools/http --filter @bililive-tools/* --parallel run build",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"install:bin": "node ./scripts/install-bin.js",
|
|
"github-ci-pnpm-update": "node ./scripts/github-ci-pnpm-update.js",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.15.0",
|
|
"fs-extra": "^11.2.0",
|
|
"jszip": "^3.10.1",
|
|
"lodash-es": "^4.17.21",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^26.0.3",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/node": "24.7.2",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
"cli-progress": "^3.12.0",
|
|
"download": "^8.0.0",
|
|
"prettier": "^3.6.2",
|
|
"rollup": "^4.24.4",
|
|
"tar": "^7.4.3",
|
|
"typescript": "5.9.3",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"trash": "patches/trash.patch"
|
|
},
|
|
"overrides": {
|
|
"node-abi": "3.78.0"
|
|
}
|
|
}
|
|
}
|