{
  "name": "@authvia/merchant-customers-web-component",
  "description": "Web component exporting of the @authvia/merchant-customers vue 3 module.",
  "version": "2.0.1",
  "private": false,
  "type": "module",
  "main": "./dist/index.umd.min.js",
  "module": "./dist/index.es6.min.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.es6.min.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
    "build": "npm run clean && vite build --mode production",
    "clean": "rm -rf lib .build .nyc_output .serverless coverage dist",
    "clean-all": "rm -rf .build .nyc_output .serverless .esbuild coverage dist node_modules",
    "test": "nyc ts-mocha -p tsconfig.test.json 'spec/**/*.spec.ts'",
    "test:coverage": "nyc ts-mocha -p tsconfig.test.json 'spec/**/*.spec.ts' --reporter mocha-junit-reporter --reporter-options mochaFile=./coverage/junit.xml",
    "coverage:cobertura": "nyc report --reporter cobertura",
    "coverage:html": "nyc report --reporter html",
    "lint": "eslint ./src",
    "lint:fix": "eslint --fix ./src",
    "prettier": "npx prettier --write ./src",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "chromatic": "npx chromatic --project-token=chpt_04fbff74a509284"
  },
  "devDependencies": {
    "@authvia-v3/pinia-stores-root": "^2.0.0",
    "@authvia/merchant-customers": "2.0.1",
    "@authvia/pinia-stores-merchant": "^2.0.3",
    "@babel/types": "^7.24.7",
    "@chromatic-com/storybook": "^4.0.0",
    "@mdi/font": "^7.4.47",
    "@storybook/addon-docs": "^9.1.17",
    "@storybook/addon-links": "^9.1.17",
    "@storybook/web-components": "^9.1.17",
    "@storybook/web-components-vite": "^9.1.17",
    "@testdeck/mocha": "^0.3.3",
    "@types/chai-as-promised": "^7.1.8",
    "@types/node": "^22.13.0",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "@vitejs/plugin-vue": "^6.0.3",
    "@vueuse/core": "^10.11.0",
    "ajv": "^8.16.0",
    "chai": "^4.4.1",
    "chai-as-promised": "^7.1.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-storybook": "^9.0.0",
    "eslint-plugin-vue": "^9.26.0",
    "mocha": "^10.4.0",
    "mocha-junit-reporter": "^2.2.1",
    "nyc": "^15.1.0",
    "pinia": "2.1.7",
    "prettier": "^2.8.8",
    "roboto-fontface": "^0.10.0",
    "saas": "^1.0.0",
    "sass": "^1.77.6",
    "storybook": "^9.1.17",
    "ts-mocha": "^10.0.0",
    "ts-sinon": "^2.0.2",
    "typescript": "^4.9.5",
    "unplugin-fonts": "^1.3.1",
    "vite": "^7.3.1",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-vuetify": "^2.0.3",
    "vue": "3.4.35",
    "vue3-webcomponent-wrapper": "^0.2.0",
    "vuetify": "^3.6.10"
  },
  "overrides": {
    "vue": "3.4.35",
    "pinia": "2.1.7",
    "brace-expansion": "^2.0.0",
    "esbuild": "^0.25.0",
    "flatted": "^3.4.2",
    "lodash": "^4.17.21",
    "serialize-javascript": "^7.0.5",
    "uuid": "^11.1.1",
    "vite": "^7.3.1",
    "@microsoft/tsdoc-config": {
      "ajv": "^6.14.0"
    },
    "@microsoft/api-extractor": {
      "minimatch": "^9.0.4"
    }
  }
}
