UNPKG

nisinobis

Version:

Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.

110 lines (109 loc) 3.76 kB
{ "name": "nisinobis", "moduleName": "DePayWidgets", "version": "1.17.0", "description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.", "main": "./dist/umd/index.js", "module": "./dist/esm/index.js", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/NelleHarris/nisinobis.git" }, "keywords": [ "distinctio", "payments", "blockchain", "ullam", "eos", "crypto", "cryptocurrencies" ], "author": "LincolnWuckert", "homepage": "https://github.com/NelleHarris/nisinobis.git", "license": "MIT", "scripts": { "build": "rm -rf dist && npx rollup --config rollup.module.config.js && npx rollup --config rollup.bundle.config.js && rollup -c rollup.module.evm.config.js && rollup -c rollup.module.solana.config.js", "lint": "eslint \"src/**/*.{js,ts,tsx}\" --ignore-pattern \"**/*.d.ts\"", "lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix --ignore-pattern \"**/*.d.ts\"", "format": "prettier src --write", "prepublishOnly": "yarn build", "dev": "npx rollup -c rollup.dev.config.js -w", "test:cypress": "yarn cypress run", "test:cypress:debug": "yarn cypress run --headed --no-exit", "test:jest": "npx jest --no-cache", "test": "yarn test:jest && yarn test:cypress" }, "dependencies": { "@depay/coinbase-wallet-sdk": "^3.6.4", "@depay/local-currency": "^3.6.0", "@depay/react-dialog-stack": "^8.1.1", "@depay/react-shadow-dom": "^5.0.5", "@depay/react-token-image": "^4.11.1", "@depay/solana-web3.js": "^1.25.1", "@depay/walletconnect-v1": "^1.8.0", "@depay/walletconnect-v2": "^2.8.6", "@depay/web3-assets": "^6.9.1", "@depay/web3-blockchains": "^8.3.0", "@depay/web3-client": "^10.16.3", "@depay/web3-exchanges": "^12.2.14", "@depay/web3-payments": "^12.0.9", "@depay/web3-tokens": "^9.20.1", "@depay/web3-wallets": "^15.15.4", "@tanstack/react-virtual": "^3.0.0-beta.54", "@uiw/copy-to-clipboard": "^1.0.14", "decimal.js": "^10.4.3", "fuse.js": "^6.6.2", "qr-code-styling": "^1.6.0-rc.1" }, "peerDependencies": { "ethers": "^5.7.1", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", "@depay/web3-mock": "^14.15.0", "@peculiar/webcrypto": "^1.3.3", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.1.1", "@rollup/plugin-replace": "^2.3.4", "@rollup/plugin-sucrase": "^3.1.0", "@types/node": "^18.15.9", "babel-loader": "^8.2.2", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "cross-fetch": "^3.1.5", "cypress": "^10.11.0", "eslint": "^7.15.0", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "ethers": "^5.7.1", "fetch-mock": "^9.11.0", "mock-socket": "^9.0.8", "react": "^18", "react-dom": "^18", "regenerator-runtime": "^0.13.7", "rollup": "^2.34.2", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dev": "^2.0.4", "rollup-plugin-jscc": "^2.0.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-polyfill-node": "^0.7.0", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^5.0.2", "util": "0.10.0", "webpack": "^5.73.0" } }