{
  "name": "@brytdesigns/web-component-core",
  "version": "1.1.7",
  "description": "Web component core utilities for building solid based web components",
  "main": "./dist/main/index.js",
  "module": "./dist/main/index.js",
  "types": "./dist/main/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main/index.d.ts",
      "module": "./dist/main/index.js"
    },
    "./focusTrap": {
      "types": "./dist/main/focusTrap/index.d.ts",
      "module": "./dist/main/focusTrap/index.js"
    },
    "./promise": {
      "types": "./dist/main/promise/index.d.ts",
      "module": "./dist/main/promise/index.js"
    },
    "./animation": {
      "types": "./dist/main/animation/index.d.ts",
      "module": "./dist/main/animation/index.js"
    },
    "./utils": {
      "types": "./dist/main/utils/index.d.ts",
      "module": "./dist/main/utils/index.js"
    },
    "./hooks": {
      "types": "./dist/main/hooks/index.d.ts",
      "module": "./dist/main/hooks/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "Bryt Designs",
  "license": "ISC",
  "dependencies": {
    "@solid-primitives/set": "^0.7.3",
    "body-scroll-lock-upgrade": "^1.1.0",
    "component-register": "0.8.7",
    "focus-trap": "^7.6.4",
    "motion": "^12.40.0",
    "solid-js": "^1.9.9"
  },
  "devDependencies": {
    "dts-bundle-generator": "^9.5.1",
    "tsup": "^8.4.0",
    "@repo/js-delivr-imports-plugin": "1.1.5"
  },
  "scripts": {
    "build": "tsup --clean",
    "typecheck": "tsc --noEmit"
  }
}