{
  "name": "bililive-cli",
  "version": "3.20.0",
  "type": "module",
  "description": "biliLive-tools的cli程序",
  "main": "./lib/index.js",
  "author": "renmu123",
  "license": "GPL-3.0",
  "homepage": "https://github.com/renmu123/biliLive-tools",
  "pkg": {
    "assets": "./lib/node_modules/**"
  },
  "bin": {
    "biliLive": "./lib/index.cjs"
  },
  "keywords": [
    "biliLive-tools",
    "cli",
    "录播处理",
    "b站上传",
    "bilibili"
  ],
  "files": [
    "lib"
  ],
  "dependencies": {
    "@napi-rs/canvas": "^0.1.60",
    "font-ls": "0.6.6",
    "ntsuspend": "^1.0.2",
    "better-sqlite3": "12.11.1",
    "shazamio-core": "^1.3.1",
    "music-segment-detector": "^0.3.1"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.6",
    "@yao-pkg/pkg": "^6.1.1",
    "bestzip": "^2.2.1",
    "cli-progress": "^3.12.0",
    "commander": "^12.1.0",
    "rimraf": "^6.0.1",
    "tsx": "^4.19.2",
    "@biliLive-tools/http": "3.20.0",
    "@biliLive-tools/types": "3.20.0",
    "@biliLive-tools/shared": "3.20.0"
  },
  "scripts": {
    "start": "tsx src/index.ts",
    "dev": "rollup --config rollup.config.js -w",
    "build:cli": "pnpm run build && pnpm run movePackage && pnpm run pkg",
    "build": "rimraf lib && rollup --config rollup.config.js",
    "movePackage": "node ./scripts/copy_module.js",
    "pkg": "pkg ./lib/index.cjs --output ./dist/biliLive",
    "zip:win": "cd dist && bestzip biliLive-cli-win-x64.zip biliLive.exe",
    "zip:linux": "cd dist && bestzip biliLive-cli-linux-x64.zip ./biliLive",
    "release": "pnpm run build && pnpm publish --access=public"
  }
}