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

58 lines (57 loc) 1.74 kB
{ "name": "@spot-flow/vue-spotflow-checkout", "version": "0.0.19", "type": "module", "main": "dist/checkout.umd.js", "module": "dist/checkout.es.js", "types": "dist/main.d.ts", "source": "src/main.ts", "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "files": [ "dist" ], "dependencies": { "vue": "^3.4.29" }, "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", "prettier": "^3.2.5", "typescript": "~5.4.0", "vite": "^5.3.1", "vite-plugin-dts": "^4.0.0-beta.2", "vue-tsc": "^2.0.21" }, "author": "Oluwatomisin Jimoh <jayoluwatosin@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/Spotflow-One/vue-spotflow-checkout" }, "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" }