{
  "name": "@hamak/ui-shell",
  "version": "0.12.2",
  "description": "UI Shell Framework with theming, routing, and layout management",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./api": {
      "types": "./dist/api/index.d.ts",
      "import": "./dist/api/index.js",
      "default": "./dist/api/index.js"
    },
    "./spi": {
      "types": "./dist/spi/index.d.ts",
      "import": "./dist/spi/index.js",
      "default": "./dist/spi/index.js"
    },
    "./react": {
      "types": "./dist/templates/index.d.ts",
      "import": "./dist/templates/index.js",
      "default": "./dist/templates/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "api": [
        "./dist/api/index.d.ts"
      ],
      "spi": [
        "./dist/spi/index.d.ts"
      ],
      "react": [
        "./dist/templates/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/amah/app-framework.git",
    "directory": "packages/ui-shell"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.lib.json && node ../../scripts/fix-esm-extensions.mjs ./dist",
    "clean": "rm -rf dist",
    "test": "vitest run"
  },
  "keywords": [
    "ui-shell",
    "theming",
    "routing",
    "layout",
    "microkernel",
    "plugin"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@hamak/microkernel-api": "^0.12.2",
    "@hamak/microkernel-spi": "^0.12.2",
    "@hamak/shared-utils": "^0.12.2"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "@types/react": "^18.2.0",
    "react": "^18.2.0",
    "react-redux": "^9.1.0",
    "vitest": "^2.0.0",
    "@hamak/microkernel-impl": "^0.12.2",
    "@hamak/ui-store": "^0.12.2",
    "@reduxjs/toolkit": "^2.0.0",
    "@testing-library/react": "^14.0.0",
    "jsdom": "^27.0.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-redux": "^9.1.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-redux": {
      "optional": true
    }
  }
}
