{
  "name": "@univerjs/preset-sheets-conditional-formatting",
  "version": "0.20.1",
  "private": false,
  "description": "",
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
  "license": "Apache-2.0",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/univer"
  },
  "homepage": "https://univer.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/dream-num/univer-presets"
  },
  "bugs": {
    "url": "https://github.com/dream-num/univer-presets/issues"
  },
  "keywords": [
    "univer",
    "univer-preset"
  ],
  "sideEffects": [
    "*.css"
  ],
  "exports": {
    ".": {
      "import": "./lib/es/index.js",
      "require": "./lib/cjs/index.js",
      "types": "./lib/types/index.d.ts"
    },
    "./*": {
      "import": "./lib/es/*",
      "require": "./lib/cjs/*",
      "types": "./lib/types/index.d.ts"
    },
    "./locales/*": {
      "import": "./lib/es/locales/*.js",
      "require": "./lib/cjs/locales/*.js",
      "types": "./lib/types/locales/*.d.ts"
    },
    "./lib/*": "./lib/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./lib/es/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "peerDependencies": {
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
    "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
    "rxjs": ">=7.0.0"
  },
  "dependencies": {
    "@univerjs/sheets-conditional-formatting": "0.20.1",
    "@univerjs/sheets-conditional-formatting-ui": "0.20.1"
  },
  "devDependencies": {
    "@univerjs/core": "0.20.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rxjs": "7.8.2",
    "typescript": "^5.9.3",
    "@univerjs-infra/shared": "0.20.1"
  },
  "scripts": {
    "prebuild:preset": "tsx prepare.ts",
    "build:preset": "tsx build.ts",
    "typecheck": "tsc --noEmit"
  },
  "module": "./lib/es/index.js"
}