{
  "name": "sakana-widget",
  "version": "4.0.0",
  "description": "Sakana widget for Web. | 网页小组件版本的石蒜模拟器。",
  "keywords": [
    "chisato",
    "lycoris",
    "lycoris-recoil",
    "recoil",
    "takina",
    "widget"
  ],
  "homepage": "https://github.dsrkafuu.net/sakana-widget/",
  "license": "MIT",
  "author": "DSRKafuU <dsrkafuu@outlook.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsrkafuu/sakana-widget.git"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "unpkg": "./lib/index.umd.min.js",
  "jsdelivr": "./lib/index.umd.min.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./core": {
      "types": "./lib/core.d.ts",
      "import": "./lib/core.js",
      "default": "./lib/core.js"
    },
    "./characters/chisato": {
      "types": "./lib/characters/chisato.d.ts",
      "import": "./lib/characters/chisato.js",
      "default": "./lib/characters/chisato.js"
    },
    "./characters/takina": {
      "types": "./lib/characters/takina.d.ts",
      "import": "./lib/characters/takina.js",
      "default": "./lib/characters/takina.js"
    },
    "./lib": "./lib/index.js",
    "./lib/index": "./lib/index.js",
    "./lib/*": "./lib/*",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "fmt": "oxfmt",
    "lint": "oxlint",
    "typecheck": "bun run build:lib && tsc --noEmit",
    "test": "bun run build:lib && bun test",
    "build:lib": "tsdown",
    "build:umd": "bun ./build.umd.ts",
    "build:docs": "bun ./build.docs.ts",
    "build": "bun run build:lib && bun run build:umd && bun run build:docs",
    "prepack": "bun run build",
    "dev:lib": "tsdown --watch",
    "dev:docs": "serve",
    "dev": "bun run --parallel dev:lib dev:docs"
  },
  "dependencies": {},
  "devDependencies": {
    "@tsdown/css": "^0.23.0",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/node": "^26.6.2",
    "happy-dom": "^20.14.5",
    "html-minifier-terser": "^7.2.0",
    "oxfmt": "^0.70.0",
    "oxlint": "^1.85.0",
    "sass": "^1.105.0",
    "serve": "^14.2.6",
    "tsdown": "^0.23.0",
    "typescript": "^6.0.3"
  },
  "packageManager": "bun@1.4.2"
}
