{
  "name": "afara-online",
  "version": "0.1.4",
  "description": "Beautiful, responsive web components for event businesses and fashion galleries. Built with Stencil.js for use in Framer and other web platforms.",
  "author": "Afara Online",
  "private": false,
  "keywords": [
    "web-components",
    "stencil",
    "framer",
    "fashion-gallery",
    "brand-showcase",
    "responsive-gallery",
    "event-business",
    "custom-elements"
  ],
  "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",
  "unpkg": "dist/afara-online/afara-online.esm.js",
  "exports": {
    ".": {
      "import": "./dist/afara-online/afara-online.esm.js",
      "require": "./dist/afara-online/afara-online.cjs.js"
    },
    "./brands-we-love-gallery": {
      "import": "./dist/components/brands-we-love-gallery.js",
      "types": "./dist/components/brands-we-love-gallery.d.ts"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/careeradvancementhub/afara.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^4.27.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.5",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^24.3.0"
  },
  "license": "MIT"
}
