{
  "name": "@bililive-tools/manager",
  "version": "1.2.0",
  "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.2",
    "fast-xml-parser": "^4.5.0",
    "filenamify": "^6.0.0",
    "mitt": "^3.0.1",
    "string-argv": "^0.3.2",
    "lodash-es": "^4.17.21",
    "axios": "^1.7.8",
    "fs-extra": "^11.2.0"
  },
  "scripts": {
    "build": "pnpm run test && tsc",
    "watch": "tsc -w",
    "test": "vitest run"
  }
}