{
  "name": "@useinsider/guido",
  "version": "3.9.1-beta.65a8ac1",
  "description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
  "main": "./dist/guido.umd.cjs",
  "module": "./dist/library.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/library.js",
      "types": "./dist/components/Guido.vue.d.ts",
      "require": "./dist/components/Guido.vue.js"
    },
    "./style": "./dist/guido.css"
  },
  "scripts": {
    "prestart": "node .vscode/prepareI18n.js",
    "start": "vite",
    "build": "vite build && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.app.json",
    "preview": "vite preview",
    "lint": "NODE_OPTIONS=--max-old-space-size=2048 eslint ./ && bun run type-check",
    "lint:fix": "NODE_OPTIONS=--max-old-space-size=2048 eslint --fix ./",
    "type-check": "vue-tsc --noEmit --project tsconfig.config.json && vue-tsc --noEmit --project tsconfig.app.json",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "test:visual-update": "npx playwright test --update-snapshots --reporter html",
    "test:e2e:coverage": "E2E_COVERAGE=true playwright test",
    "coverage:e2e:report": "nyc report --reporter=lcov --reporter=text-summary --report-dir=coverage/e2e",
    "prepare": "husky",
    "preinstall": "rm -rf ./node_modules/.vite"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@stripoinc/ui-editor-extensions": "3.8.0",
    "@useinsider/design-system-vue": "1.1.0-beta.73ec2fa",
    "@vueuse/core": "11.3.0",
    "lodash-es": "4.17.21",
    "pinia": "2.3.1",
    "valibot": "1.2.0",
    "vite": "6.3.5",
    "vue": "2.7.14"
  },
  "devDependencies": {
    "@commitlint/cli": "20.2.0",
    "@commitlint/config-conventional": "20.2.0",
    "@cspell/eslint-plugin": "8.17.5",
    "@eslint/eslintrc": "3.3.0",
    "@eslint/js": "8.57.1",
    "@playwright/test": "1.57.0",
    "@stylistic/eslint-plugin": "3.1.0",
    "@stylistic/eslint-plugin-migrate": "3.1.0",
    "@types/eslint": "8.56.12",
    "@types/eslint__eslintrc": "2.1.2",
    "@types/eslint__js": "8.42.3",
    "@types/lodash-es": "4.17.12",
    "@types/node": "20.10.4",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "@useinsider/eslint-config": "1.5.3",
    "@vitejs/plugin-vue2": "2.3.1",
    "@vitest/coverage-v8": "2.1.9",
    "eslint": "8.57.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-airbnb-typescript": "18.0.0",
    "eslint-import-resolver-typescript": "3.8.3",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jsdoc": "50.5.0",
    "eslint-plugin-vue": "10.1.0",
    "eslint-plugin-vue-scoped-css": "2.6.1",
    "globals": "16.0.0",
    "happy-dom": "15.11.7",
    "husky": "9.1.7",
    "msw": "2.10.3",
    "nyc": "17.1.0",
    "sass": "1.69.7",
    "typescript": "5.5.4",
    "typescript-eslint": "8.26.0",
    "vite-plugin-dts": "4.5.4",
    "vite-plugin-istanbul": "7.0.0",
    "vitest": "2.1.9",
    "vue-tsc": "2.2.10"
  },
  "overrides": {
    "axios": "1.8.2",
    "flatted": "3.4.2",
    "micromatch": "4.0.8",
    "path-to-regexp": "6.3.0"
  },
  "msw": {
    "workerDirectory": "public"
  },
  "nyc": {
    "report-dir": "coverage/e2e",
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "all": false
  },
  "guido": {
    "stripo": {
      "version": "2.68.0"
    }
  }
}
