{
  "name": "@jamunlabs/gameu-shell-v1",
  "version": "0.6.10",
  "description": "Shell stylesheets for the gameu platform — TV lobby chrome (lobby.css) + V2 phone-controller chrome (controller.css). Shared visual language: cards, halftone background, lightning-bolt corners, peer chips. Pairs with @jamunlabs/gameu-sdk's gameu-theme-v1.css design tokens.",
  "license": "MIT",
  "type": "module",
  "files": [
    "src/lobby-v1.css",
    "src/controller-v1.css",
    "README.md",
    "CONTRIBUTING.md"
  ],
  "exports": {
    "./lobby": "./src/lobby-v1.css",
    "./controller": "./src/controller-v1.css",
    "./lobby-v1.css": "./src/lobby-v1.css",
    "./controller-v1.css": "./src/controller-v1.css"
  },
  "peerDependencies": {
    "@jamunlabs/gameu-sdk": ">=0.4.0"
  },
  "author": {
    "name": "Jamun Labs",
    "email": "hello@jamunlabs.com",
    "url": "https://jamunlabs.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jamunlabs/gameu"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}
