{
  "name": "themesx",
  "version": "1.1.9",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "vitest run"
  },
  "author": "Kingshuk Mondal",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/ImKKingshuk/ThemesX.git"
  },
  "bugs": {
    "url": "https://github.com/ImKKingshuk/ThemesX/issues"
  },
  "homepage": "https://github.com/ImKKingshuk/ThemesX#readme",
  "keywords": [
    "react themes",
    "next-themes",
    "nextjs-themes",
    "next theme",
    "nextjs dark mode",
    "react-themes",
    "astro-themes",
    "remix-themes",
    "gatsby-themes",
    "react dark mode",
    "dark mode utility",
    "dark mode"
  ],
  "devDependencies": {
    "@eslint/js": "^9.25.1",
    "@rsbuild/plugin-react": "^1.3.0",
    "@rslib/core": "^0.6.8",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.1.2",
    "eslint": "^9.25.1",
    "globals": "^16.0.0",
    "jsdom": "^26.1.0",
    "prettier": "^3.5.3",
    "react": "^19.1.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.1",
    "vitest": "^3.1.2"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  }
}
