{
  "name": "@m3e/core",
  "version": "1.3.1",
  "description": "Core for M3E",
  "author": "matraic <matraic@yahoo.com>",
  "license": "MIT",
  "homepage": "https://matraic.github.io/m3e/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matraic/m3e.git"
  },
  "keywords": [
    "material design",
    "web components",
    "a11y",
    "anchoring",
    "bidi",
    "controllers",
    "decorators",
    "layout",
    "mixins",
    "platform",
    "primitives",
    "tokens",
    "utils"
  ],
  "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",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/index.js"
    },
    "./a11y": {
      "types": "./dist/src/a11y/index.d.ts",
      "default": "./dist/a11y.js"
    },
    "./anchoring": {
      "types": "./dist/src/anchoring/index.d.ts",
      "default": "./dist/anchoring.js"
    },
    "./bidi": {
      "types": "./dist/src/bidi/index.d.ts",
      "default": "./dist/bidi.js"
    },
    "./layout": {
      "types": "./dist/src/layout/index.d.ts",
      "default": "./dist/layout.js"
    },
    "./platform": {
      "types": "./dist/src/platform/index.d.ts",
      "default": "./dist/platform.js"
    }
  },
  "scripts": {
    "build": "rollup -c",
    "cem": "cem analyze --config cem.config.mjs",
    "lint": "npx eslint ./src",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.13",
    "composed-offset-position": "^0.0.6"
  },
  "peerDependencies": {
    "lit": "^3.3.0"
  },
  "customElements": "dist/custom-elements.json"
}
