{
  "name": "@keemakr/ui-sdk",
  "version": "1.2.0",
  "description": "Product screens for keemakr marketplace modules: a versioned, server-driven UI tree schema plus defineScreen() handlers. Module code never ships to the browser — keemakr-core validates the tree and renders it with platform components.",
  "license": "MIT",
  "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"
    },
    "./build": {
      "types": "./dist/build.d.ts",
      "import": "./dist/build.js",
      "default": "./dist/build.js"
    }
  },
  "bin": {
    "keemakr-ui": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "examples"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fsztpartners/keemakr.git",
    "directory": "packages/ui-sdk"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit",
    "prepack": "npm run build"
  },
  "peerDependencies": {
    "zod": "^4.4.3"
  },
  "dependencies": {
    "typescript": "^5"
  },
  "devDependencies": {
    "@types/node": "^20.19.43",
    "zod": "^4.4.3"
  },
  "engines": {
    "node": ">=20.9"
  }
}
