@depay/web3-payments-evm
Version:
JavaScript library to scan crypto wallets for liquefiable assets and perform cost-effective, auto-converted payments on-chain.
41 lines (40 loc) • 997 B
JSON
{
"name": "@depay/web3-payments-evm",
"moduleName": "Web3Payments",
"version": "15.1.1",
"description": "JavaScript library to scan crypto wallets for liquefiable assets and perform cost-effective, auto-converted payments on-chain.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
"files": [
"dist"
],
"repository": "git@github.com:DePayFi/web3-payments.git",
"keywords": [
"web3",
"payments",
"routing",
"decentralized",
"cryptocurrencies",
"blockchain"
],
"author": "depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/web3-payments/issues"
},
"homepage": "https://depay.com",
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/web3-blockchains": "^9.8.1",
"@depay/web3-exchanges-evm": "^15.6.3",
"@depay/web3-tokens-evm": "^11.1.0",
"ethers": "^5.7.1"
},
"resolutions": {
"clipboardy": "3.0.0"
},
"engines": {
"node": ">=18"
}
}