{
  "name": "@codewithajoydas/themeswitcher",
  "version": "1.0.5",
  "description": "A simple React Theme Manager with dynamic theme switching.",
  "license": "ISC",
  "author": "Ajoy Das",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "keywords": [
    "react",
    "theme",
    "theme-switcher",
    "dark-mode",
    "light-mode",
    "theme-provider",
    "react-theme",
    "theme-manager"
  ],
  "files": [
    "index.js",
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src --out-dir dist"
  },
  "dependencies": {
    "react": "^18.0.0"
  },
  "peerDependencies": {
    "react": "^18.0.0"
  }
}
