{
  "name": "showfer-tv-guide",
  "version": "1.0.3",
  "description": "React component for displaying TV program schedules from XMLTV/EPG data.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./style.css": "./dist/showfer-tv-guide.css"
  },
  "files": [
    "dist/index.js",
    "dist/index.cjs",
    "dist/index.d.ts",
    "dist/showfer-tv-guide.css",
    "dist/showfer-tv-guide.standalone.min.js"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "dev": "vite --config vite.demo.config.ts",
    "build": "tsc -p tsconfig.build.json && vite build && vite build --config vite.standalone.config.ts",
    "build:lib": "tsc -p tsconfig.build.json && vite build",
    "preview": "vite preview --config vite.demo.config.ts",
    "test": "vitest run"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react": "^4.3.4",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "sass": "^1.83.0",
    "typescript": "^5.7.2",
    "vite": "^6.0.6",
    "vite-plugin-dts": "^4.4.0",
    "vitest": "^3.0.0",
    "jsdom": "^25.0.1"
  },
  "dependencies": {
    "dayjs": "^1.11.13"
  },
  "keywords": [
    "showfer",
    "epg",
    "xmltv",
    "schedule",
    "react"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/showfermedia/showfer-tv-guide.git"
  }
}
