{
  "name": "@parsonic/theme-switch",
  "version": "1.2.2",
  "description": "A web component for switching between light, dark and other theme modes",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "files": [
    "CHANGELOG.md",
    "custom-elements.json",
    "*.js",
    "*.map",
    "*.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/p-m-p/parsonic"
  },
  "keywords": [
    "color",
    "component",
    "darkmode",
    "scheme",
    "theme",
    "web"
  ],
  "author": "Phil Parsons",
  "license": "MIT",
  "customElements": "custom-elements.json",
  "scripts": {
    "build": "node ../../scripts/build.js",
    "types": "tsc",
    "generate-manifest": "cem analyze --globs 'src/ThemeSwitch.js'"
  }
}