{
  "name": "react-jwchat",
  "version": "1.5.2",
  "description": "react-jwchat 是一个简单的 web 聊天组件。react-jwchat is a simple web chat component.",
  "homepage": "https://sirosong.github.io/react-jwchat",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SiroSong/react-jwchat"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/style.css",
    "./dist/style.css": "./dist/style.css",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "father build && tailwindcss -i ./src/style.css -o ./dist/style.css --minify",
    "build:watch": "father dev",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "doctor": "father doctor",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint && stylelint \"{src,test}/**/*.{css,less}\"",
    "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
    "lint:es": "oxlint",
    "prepare": "husky install && dumi setup",
    "prepublishOnly": "father doctor && yarn run build",
    "start": "yarn run dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@tailwindcss/cli": "^4.3.3",
    "@tailwindcss/postcss": "^4.3.3",
    "@types/react": "^18.3.31",
    "@types/react-dom": "^18.3.7",
    "@umijs/lint": "^4.7.3",
    "dumi": "^2.4.48",
    "father": "^4.6.34",
    "husky": "^8.0.3",
    "lint-staged": "^13.3.0",
    "oxfmt": "^0.62.0",
    "oxlint": "^1.77.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "stylelint": "^15.11.0",
    "tailwindcss": "^4.3.3"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "lint-staged": {
    "*.{css,less}": [
      "stylelint --fix",
      "oxfmt"
    ],
    "*.{js,jsx,ts,tsx}": [
      "oxlint --fix",
      "oxfmt"
    ],
    "*.{json,md}": [
      "oxfmt"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devEngines": {
    "packageManager": {
      "name": "yarn",
      "version": "1.22.22",
      "onFail": "warn"
    }
  },
  "packageManager": "yarn@1.22.22",
  "authors": [
    "sirosong"
  ]
}
