{
  "name": "@sigx/lynx-appearance",
  "version": "0.30.0",
  "description": "System appearance (color scheme observation + status/navigation bar tint setters) for sigx-lynx",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./signalx-module.json": "./signalx-module.json"
  },
  "files": [
    "src",
    "dist",
    "ios",
    "android",
    "signalx-module.json"
  ],
  "keywords": [
    "sigx",
    "lynx",
    "appearance",
    "color-scheme",
    "dark-mode",
    "status-bar"
  ],
  "author": "Andreas Ekdahl",
  "license": "MIT",
  "dependencies": {
    "@sigx/reactivity": "^0.15.0",
    "@sigx/lynx": "^0.30.0",
    "@sigx/lynx-core": "^0.30.0"
  },
  "devDependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260521.1",
    "typescript": "^6.0.3",
    "@sigx/lynx-plugin": "^0.30.0",
    "@sigx/lynx-runtime-main": "^0.30.0",
    "@sigx/lynx-testing": "^0.30.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/signalxjs/lynx.git",
    "directory": "packages/lynx-appearance"
  },
  "homepage": "https://sigx.dev/lynx/modules/appearance/overview/",
  "bugs": {
    "url": "https://github.com/signalxjs/lynx/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node ../../scripts/clean.mjs dist && tsgo",
    "dev": "tsgo --watch",
    "clean": "node ../../scripts/clean.mjs dist .turbo",
    "test": "vitest run"
  }
}