UNPKG

@bililive-tools/manager

Version:
50 lines 1.07 kB
{ "name": "@bililive-tools/manager", "version": "1.16.2", "description": "Batch scheduling recorders", "main": "./lib/index.js", "type": "module", "exports": { ".": { "types": "./src/index.ts", "development": "./src/index.ts", "default": "./lib/index.js" }, "./*.js": { "types": "./src/*.ts", "development": "./src/*.ts", "default": "./lib/*.js" } }, "publishConfig": { "access": "public" }, "files": [ "lib" ], "keywords": [ "bililive-tools", "manager", "scheduling", "recorders" ], "repository": "https://github.com/renmu123/biliLive-tools", "author": "renmu123", "license": "LGPL", "dependencies": { "@renmu/fluent-ffmpeg": "2.3.3", "fast-xml-parser": "^4.5.0", "filenamify": "^7.0.0", "mitt": "^3.0.1", "string-argv": "^0.3.2", "lodash-es": "^4.17.21", "axios": "^1.15.0", "fs-extra": "^11.2.0", "ejs": "^3.1.10" }, "scripts": { "build": "pnpm run test && tsc", "watch": "tsc -w", "test": "vitest run" } }