@rebilly/framepay-vue
Version:
Official Vue wrapper for Rebilly FramePay
58 lines (57 loc) • 1.59 kB
JSON
{
"name": "@rebilly/framepay-vue",
"type": "module",
"version": "12.10.0",
"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_INSECURE=1 start-server-and-test 'npx vite dev --port 4173' https-get://localhost:4173 'npx cypress run --e2e'",
"test:e2e:gui": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npx vite dev --port 4173' https-get://localhost:4173 'npx 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": "^13.17.0",
"cypress-iframe": "^1.0.1",
"jsdom": "^21.1.1",
"start-server-and-test": "^2.0.11",
"vite": "^5.4.19",
"vite-plugin-mkcert": "^1.17.8",
"vitest": "^1.6.1",
"vue": "3.5.22"
}
}