UNPKG

@simplepay-ai/widget

Version:

SimplePay Payment Widget

63 lines (62 loc) 1.73 kB
{ "name": "@simplepay-ai/widget", "version": "0.12.4", "type": "module", "main": "./dist/widget.js", "keywords": [ "crypto", "processing", "crypto-payments", "simplepay" ], "files": [ "dist" ], "exports": { ".": "./dist/widget.js" }, "author": "SimplePay", "license": "MIT", "description": "SimplePay Payment Widget", "homepage": "https://simplepay.ai", "repository": { "type": "git", "url": "git+https://github.com/simplepay-ai/widget.git" }, "bugs": { "url": "https://github.com/simplepay-ai/widget/issues", "email": "info@simplepay.ai" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "format": "prettier --write ." }, "dependencies": { "@tronweb3/tronwallet-adapter-tronlink": "^1.1.11", "@tronweb3/tronwallet-adapters": "^1.2.7", "@tronweb3/walletconnect-tron": "^3.0.0", "@wagmi/connectors": "^5.2.2", "@wagmi/core": "^2.13.9", "camelcase-keys": "^9.1.3", "corcojs-qrcode": "^1.0.0", "i18n-js": "^4.5.1", "lit": "^3.2.0", "lit-element": "^2.5.1", "tronweb": "^6.0.1", "viem": "^2.21.29" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@ory/client": "^1.15.10", "@simplepay-ai/api-client": "^2.3.1", "@types/node": "^22.5.0", "axios": "^1.7.9", "prettier": "^3.3.3", "terser": "^5.31.6", "typescript": "^5.5.3", "vite": "^5.4.1", "vite-plugin-node-polyfills": "^0.22.0" } }