UNPKG

zinari-pay

Version:

zinari-pay is a comprehensive package for integrating ZinariPays cryptocurrency payment gateway into web & mobile applications.

95 lines (94 loc) 2.66 kB
{ "name": "zinari-pay", "description": "zinari-pay is a comprehensive package for integrating ZinariPays cryptocurrency payment gateway into web & mobile applications.", "version": "2.1.6", "main": "dist/zinari-pay-cdn-bundle.umd.js", "homepage": "https://pay.zinari.io", "types": "dist/index.d.ts", "repository": "git@github.com:ZinariCorp/zinari-pay-cdn-bundle.git", "author": "Christopher Akanmu <chris@zinari.io>", "license": "MIT", "scripts": { "watch": "nodemon", "prepublishOnly": "npm run build:prod", "build": "npm run copy-dev && tsc && rollup -c", "build:prod": "npm run copy-prod && tsc && rollup -c", "copy-prod": "touch .env && cp .env.prod .env", "copy-dev": "touch .env && cp .env.dev .env" }, "dependencies": { "@cloudinary/url-gen": "^1.20.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "preact": "^10.22.1", "react-countdown": "^2.3.5", "react-qrcode-logo": "^3.0.0", "tslib": "^2.6.3", "validator": "^13.12.0" }, "devDependencies": { "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.7", "@rollup/plugin-typescript": "^11.1.6", "@rollup/plugin-url": "^8.0.2", "@types/react": "^18.3.3", "@types/validator": "^13.12.0", "babel-plugin-transform-remove-console": "^6.9.4", "dotenv": "^16.4.5", "nodemon": "^3.1.4", "postcss": "^8.4.39", "prettier": "^3.3.3", "rollup": "^4.24.0", "rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^5.12.0", "sass": "^1.77.8", "typescript": "^5.5.3" }, "keywords": [ "cryptocurrency", "payment", "gateway", "crypto-payment", "bitcoin", "ethereum", "usdt", "usdc", "btc", "eth", "crypto-integration", "blockchain", "crypto-sdk", "digital-currency", "transaction", "secure-payment", "online-payment", "fiat-currency", "crypto-api", "payment-gateway", "preact", "umd", "js-sdk", "financial-technology", "fintech", "crypto-finance", "crypto-transaction", "payment-button", "crypto-widget", "crypto-tools", "integration", "crypto-infrastructure", "ecommerce", "web3", "web3-payments" ] }