{
  "name": "@helixui/drupal-behaviors",
  "version": "4.0.1",
  "description": "Drupal behaviors for all interactive HELiX web components using the once() pattern",
  "license": "MIT",
  "author": "BookedSolid Technologies",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/bookedsolidtech/helix.git",
    "directory": "packages/drupal-behaviors"
  },
  "keywords": [
    "drupal",
    "behaviors",
    "web-components",
    "helix",
    "once",
    "ajax",
    "bigpipe",
    "healthcare"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./behaviors/*": {
      "import": "./dist/behaviors/*",
      "default": "./dist/behaviors/*"
    }
  },
  "files": [
    "dist",
    "README.md",
    "USAGE.md"
  ],
  "peerDependencies": {
    "@helixui/library": "^3.9.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "node scripts/build.mjs",
    "type-check": "tsc --noEmit",
    "test": "vitest run"
  }
}