UNPKG

@blockbolt/boltpay-client

Version:
39 lines 1 kB
{ "name": "@blockbolt/boltpay-client", "version": "1.0.0", "description": "BoltPay SDK for E-Commerce", "main": "dist/index.js", "types": "dist/index.d.ts", "modules": "dist/index.mjs", "scripts": { "build": "rm -rf dist && tsc", "lint": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/BlockBoltProtocol/boltpay-sui-client.git" }, "keywords": [ "Decentralized Payment Gateway", "Crypto Payment", "BlockBolt Protocol", "BoltPay", "SUI" ], "author": "Blockbolt Protocol <support@blockbolt.io>", "license": "ISC", "bugs": { "url": "https://github.com/BlockBoltProtocol/boltpay-sui-client/issues" }, "homepage": "https://github.com/BlockBoltProtocol/boltpay-sui-client#readme", "devDependencies": { "typescript": "^5.1.3" }, "dependencies": { "@types/react": "^18.2.13", "@types/superagent": "^4.1.18", "qrcode.react": "^3.1.0", "react": "^18.2.0", "superagent": "^8.0.9" } }