{
  "name": "@ino-ui/tv",
  "version": "15.0.10",
  "description": "A comprehensive TV UI component library built with React and TypeScript for smart TV applications",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "style": "dist/styles.css",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "rspack build && tsc --emitDeclarationOnly",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx"
  },
  "keywords": [
    "react",
    "tv",
    "smart-tv",
    "ui-components",
    "television",
    "remote-control",
    "navigation",
    "typescript",
    "epg",
    "tv-guide"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "homepage": "https://github.com/yourusername/tv-ui#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/tv-ui.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/tv-ui/issues"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@rspack/cli": "^1.2.6",
    "@rspack/core": "^1.2.6",
    "@types/node": "^22.13.8",
    "css-loader": "^7.1.2",
    "tslib": "^2.8.1",
    "typescript": "^5.8.2"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "lucide-react": "^0.525.0"
  }
}
