{
  "name": "@bootstrap-wc/components",
  "version": "0.7.0",
  "description": "Bootstrap 5 as framework-agnostic Web Components.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/grvpanchal/bootstrap-wc.git",
    "directory": "packages/components"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./define": {
      "types": "./dist/define.d.ts",
      "import": "./dist/define.js"
    },
    "./*": {
      "types": "./dist/*/index.d.ts",
      "import": "./dist/*/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": [
    "./dist/index.js",
    "./dist/define.js",
    "./dist/*/index.js",
    "./dist/*/*.js"
  ],
  "scripts": {
    "build": "tsc -b",
    "build:watch": "tsc -b --watch",
    "typecheck": "tsc --noEmit",
    "test": "web-test-runner --config web-test-runner.config.mjs",
    "clean": "rm -rf dist *.tsbuildinfo"
  },
  "peerDependencies": {
    "lit": "^3.0.0"
  },
  "dependencies": {
    "@bootstrap-wc/core": "*",
    "@floating-ui/dom": "^1.6.0",
    "focus-trap": "^7.5.4",
    "lit": "^3.1.0"
  },
  "devDependencies": {
    "@open-wc/testing": "^4.0.0",
    "@web/dev-server-esbuild": "^1.0.2",
    "@web/test-runner": "^0.18.0",
    "@web/test-runner-playwright": "^0.11.0",
    "typescript": "^5.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "bootstrap",
    "web-components",
    "custom-elements",
    "lit",
    "react-bootstrap-alternative"
  ]
}
