UNPKG

@spot-flow/vue-spotflow-checkout

Version:

This **Spotflow Vue.js library** wraps around the [inline library](https://github.com/Spotflow-One/spotflow-checkout-inline), which enables users to make payments seamlessly. It integrates smoothly into your Vue.js application, providing a streamlined ch

80 lines (79 loc) 2.28 kB
{ "name": "@spot-flow/vue-spotflow-checkout", "version": "0.1.5", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./nuxt": { "types": "./dist/plugin.d.ts", "import": "./dist/plugin.js", "require": "./dist/plugin.cjs" } }, "scripts": { "dev": "vite", "preview": "vite preview", "clean": "rm -rf dist", "build:index": "vite build", "build:plugin": "vite build --config vite.config.plugin.ts", "build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly", "build": "npm run clean && npm run build:index && npm run build:plugin && npm run build:types", "type-check": "vue-tsc", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write lib/" }, "files": [ "dist" ], "dependencies": { "vue": "^3.4.29" }, "peerDependencies": { "vue": "^3.0.0" }, "peerDependenciesMeta": { "nuxt": { "optional": true } }, "devDependencies": { "@rushstack/eslint-patch": "^1.8.0", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.14.5", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.5.1", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.23.0", "npm-run-all2": "^6.2.0", "nuxt": "^4.1.2", "prettier": "^3.2.5", "typescript": "~5.4.0", "vite": "^5.3.1", "vite-plugin-dts": "^4.0.0", "vue-tsc": "^2.0.21" }, "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/Spotflow-One/vue-spotflow-checkout.git" }, "homepage": "https://github.com/Spotflow-One/vue-spotflow-checkout", "bugs": { "url": "https://github.com/Spotflow-One/vue-spotflow-checkout/issues" }, "keywords": [ "vue", "spotflow", "checkout" ], "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb" }