{
  "name": "bgmx",
  "version": "0.0.3",
  "description": "Scraper for bgmd",
  "keywords": [
    "bgmd"
  ],
  "homepage": "https://github.com/yjl9903/bgmc#readme",
  "bugs": {
    "url": "https://github.com/yjl9903/bgmc/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjl9903/bgmc.git"
  },
  "license": "MIT",
  "author": "XLor",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "bgmd": "./cli.mjs"
  },
  "files": [
    "*.mjs",
    "dist"
  ],
  "dependencies": {
    "@onekuma/map": "^0.1.10",
    "bangumi-data": ">=0.3.142",
    "breadc": "^0.9.7",
    "fastest-levenshtein": "^1.0.16",
    "fs-extra": "^11.2.0",
    "rimraf": "^5.0.5",
    "undici": "^6.14.1",
    "bgmc": "0.0.10",
    "bgmd": "0.0.49",
    "tmdbc": "0.0.2",
    "bgmt": "0.0.11"
  },
  "engines": {
    "node": ">=v20.8.0"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore(bgmx): release v${version}",
      "tag": false,
      "push": true
    },
    "npm": {
      "publish": true
    },
    "hooks": {
      "after:version": "pnpm run build",
      "before:init": "pnpm run build"
    }
  },
  "scripts": {
    "build": "unbuild",
    "format": "prettier --write src/**/*.ts test/**/*.ts",
    "release": "release-it"
  }
}