UNPKG

@rebilly/framepay-vue

Version:

Official Vue wrapper for Rebilly FramePay

60 lines (59 loc) 1.5 kB
{ "name": "@rebilly/framepay-vue", "type": "module", "version": "12.115.3", "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", "type:check:e2e": "tsc --noEmit -p tsconfig.e2e.json", "test:unit": "vitest run --environment jsdom --root src/", "test:unit:watch": "vitest --environment jsdom --root src/", "test:e2e:pr": "pnpm type:check:e2e && playwright test --reporter=list", "test:e2e:gui": "playwright test --ui" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@playwright/test": "^1.57.0", "@rebilly/playwright-config": "*", "@rebilly/eslint-config": "*", "@rebilly/framepay": "*", "@types/node": "^22.15.30", "@vitejs/plugin-basic-ssl": "^2.1.3", "@vitejs/plugin-vue": "^5.2.3", "@vue/test-utils": "^2.4.6", "jsdom": "^21.1.1", "typescript": "^5.8.3", "vite": "^5.4.21", "vite-plugin-mkcert": "^1.17.8", "vitest": "^1.6.1", "vue": "3.5.22" } }