{
  "name": "@beeq/core",
  "version": "1.12.3",
  "license": "Apache-2.0",
  "description": "BEEQ, a Design System components ruled by Endavan developers :)",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "collection": "./dist/collection/collection-manifest.json",
  "collection:main": "./dist/collection/index.js",
  "customElements": "./custom-elements.json",
  "unpkg": "./dist/beeq/beeq.esm.js",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@floating-ui/core": "^1.7.4",
    "@floating-ui/dom": "^1.7.5",
    "@stencil/core": "^4.41.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Endava/BEEQ"
  }
}