{
  "name": "@m3e/checkbox",
  "version": "1.3.1",
  "description": "Checkbox for M3E",
  "author": "matraic <matraic@yahoo.com>",
  "license": "MIT",
  "homepage": "https://matraic.github.io/m3e/#/components/checkbox.html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matraic/m3e.git"
  },
  "keywords": [
    "material design",
    "web components",
    "checkbox"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.min.js",
  "unpkg": "dist/index.min.js",
  "types": "dist/src/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "cem": "cem analyze --config cem.config.mjs",
    "lint": "npx eslint ./src",
    "clean": "rimraf dist"
  },
  "peerDependencies": {
    "@m3e/core": "^1.3.0",
    "lit": "^3.3.0"
  },
  "customElements": "dist/custom-elements.json"
}
