{
  "name": "@forward-widget/danmu-universe",
  "version": "0.15.6",
  "type": "module",
  "main": "./dist/danmu-universe.js",
  "exports": {
    ".": "./dist/danmu-universe.js",
    "./lite": "./dist/danmu-universe.lite.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/querystringify": "^2.0.2",
    "crypto-js": "^4.2.0",
    "date-fns": "^4.1.0",
    "es-toolkit": "^1.39.9",
    "fast-xml-parser": "^5.2.5",
    "opencc-js": "^1.0.5",
    "querystringify": "^2.2.0",
    "url-parse": "^1.5.10",
    "zod": "4.0.17",
    "@forward-widget/libs-fetch": "^0.0.0",
    "@forward-widget/libs-storage": "^0.0.0",
    "@forward-widget/scraper-kit": "^0.0.0",
    "@forward-widget/libs-utils": "^0.0.0"
  },
  "devDependencies": {
    "@forward-widget/libs": "2.1.0",
    "@forward-widget/rslib-plugin": "2.1.0",
    "@rsdoctor/rspack-plugin": "^1.2.3",
    "@rslib/core": "^0.18.2",
    "@rstest/core": "^0.10.0",
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^22.16.0",
    "@types/opencc-js": "^1.0.3",
    "@types/url-parse": "^1.4.11",
    "type-fest": "^4.41.0",
    "typescript": "^5.9.3",
    "@forward-widget/tmdb-mapping-kit": "^0.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/baranwang/forward-widget.git",
    "directory": "apps/danmu-universe"
  },
  "bugs": {
    "url": "https://github.com/baranwang/forward-widget/issues/new?template=danmu-universe.md"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "license": "MIT",
  "scripts": {
    "build": "NODE_ENV=production rslib build",
    "dev": "NODE_ENV=development rslib build --watch",
    "test": "rstest"
  }
}