{
  "name": "@justifi/webcomponents",
  "version": "6.13.0",
  "description": "JustiFi Web Components",
  "collection": "dist/collection/collection-manifest.json",
  "main": "dist/index.cjs.js",
  "module": "dist/module/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/index.cjs.js",
      "import": "./dist/module/index.js"
    },
    "./dist/module/*.js": "./dist/module/*.js",
    "./dist/module/*": "./dist/module/*.js",
    "./dist/docs.json": "./dist/docs.json",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justifi-tech/web-component-library.git"
  },
  "homepage": "https://docs.justifi.tech/web-components/introduction",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "@stencil/core": "4.38.3",
    "@stencil/store": "^2.0.8",
    "bootstrap": "^5.2.3",
    "chart.js": "^4.4.1",
    "date-fns": "^4.1.0",
    "dinero.js": "^1.9.1",
    "iframe-resizer": "4.4.5",
    "imask": "^7.6.1",
    "lodash": "^4.17.23",
    "qrcode": "^1.5.3",
    "rxjs": "^7.8.1",
    "ts-dedent": "^2.2.0",
    "yup": "^1.0.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-typescript": "^7.21.5",
    "@rollup/plugin-replace": "^6.0.1",
    "@stencil/sass": "^3.0.1",
    "@types/jest": "29.5.14",
    "@types/qrcode": "^1.5.5",
    "@typescript-eslint/parser": "^8.50.0",
    "@typescript-eslint/typescript-estree": "^8.50.0",
    "dotenv": "^16.3.1",
    "eslint": "^9.27.0",
    "fast-glob": "^3.3.3",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-environment-node": "^29.7.0",
    "patch-package": "^8.0.1",
    "ts-jest": "^29.1.2"
  },
  "license": "MIT",
  "gitHead": "507bac1d941eae6e1f56e185ecd9bc9d22637783",
  "scripts": {
    "build": "stencil build",
    "build:docs": "stencil build --docs && node scripts/generate-component-tree.mjs",
    "dev": "stencil build --watch",
    "lint": "eslint . --max-warnings 0",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "generate": "stencil generate",
    "test": "TZ=utc stencil test --spec",
    "test:watch": "TZ=utc stencil test --spec --watchAll",
    "test:file": "stencil test --spec --watch --"
  }
}