{
  "name": "@codefast/theme",
  "version": "0.8.4",
  "description": "Appearance management for React 19 with HIG-inspired vocabulary - optimistic updates, cross-tab sync, and FOUC-free SSR",
  "keywords": [
    "dark-mode",
    "light-mode",
    "react",
    "react-19",
    "ssr",
    "theme",
    "typescript"
  ],
  "homepage": "https://github.com/codefastlabs/codefast/tree/main/packages/theme#readme",
  "bugs": {
    "url": "https://github.com/codefastlabs/codefast/issues"
  },
  "license": "MIT",
  "author": "Vuong Phan <mr.thevuong@gmail.com> (https://github.com/thevuong)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codefastlabs/codefast.git",
    "directory": "packages/theme"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "imports": {
    "#*": {
      "types": "./dist/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./appearance": {
      "types": "./dist/appearance.d.ts",
      "import": "./dist/appearance.js"
    },
    "./appearance-context": {
      "types": "./dist/appearance-context.d.ts",
      "import": "./dist/appearance-context.js"
    },
    "./appearance-provider": {
      "types": "./dist/appearance-provider.d.ts",
      "import": "./dist/appearance-provider.js"
    },
    "./appearance-script": {
      "types": "./dist/appearance-script.d.ts",
      "import": "./dist/appearance-script.js"
    },
    "./color-scheme": {
      "types": "./dist/color-scheme.d.ts",
      "import": "./dist/color-scheme.js"
    },
    "./constants": {
      "types": "./dist/constants.d.ts",
      "import": "./dist/constants.js"
    },
    "./dom": {
      "types": "./dist/dom.d.ts",
      "import": "./dist/dom.js"
    },
    "./use-appearance": {
      "types": "./dist/use-appearance.d.ts",
      "import": "./dist/use-appearance.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "zod": "^4.6.5"
  },
  "peerDependencies": {
    "@types/react": ">=19.0.0",
    "@types/react-dom": ">=19.0.0",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22.12.0"
  }
}