{
  "name": "@rebilly/framepay-vue",
  "type": "module",
  "version": "8.52.1",
  "description": "Official Vue wrapper for Rebilly FramePay",
  "author": "Rebilly",
  "repository": {
    "type": "git",
    "url": "https://github.com/Rebilly/rebilly"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "import": "./dist/framepay-vue.js",
      "require": "./dist/framepay-vue.umd.cjs",
      "default": "./dist/framepay-vue.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "keywords": [
    "framepay",
    "vue",
    "rebilly",
    "billing",
    "payment",
    "framepay-vue"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test:unit": "vitest run --environment jsdom --root src/",
    "test:unit:watch": "vitest --environment jsdom --root src/",
    "test:e2e:pr": "start-server-and-test 'yarn vite dev --port 4173' localhost:4173 'yarn cypress run --e2e'",
    "test:e2e:gui": "start-server-and-test 'yarn vite dev --port 4173' localhost:4173 'yarn cypress open --e2e'"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@rebilly/eslint-config": "*",
    "@rebilly/framepay": "*",
    "@testing-library/cypress": "^10.0.3",
    "@vitejs/plugin-vue": "^5.2.3",
    "@vue/test-utils": "^2.4.6",
    "cypress": "^12.17.4",
    "cypress-iframe": "^1.0.1",
    "jsdom": "^21.1.1",
    "start-server-and-test": "^2.0.11",
    "vite": "^5.4.16",
    "vite-plugin-mkcert": "^1.17.8",
    "vitest": "^1.6.1",
    "vue": "3.2.47"
  }
}
