web3-api-utils
Version:
utility funtions to get api names for different api providers
28 lines (27 loc) • 558 B
JSON
{
"name": "web3-api-utils",
"version": "0.2.2",
"description": "utility funtions to get api names for different api providers",
"main": "main.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web3",
"blockchain",
"api",
"alchemy",
"thirdweb",
"rarible"
],
"author": "Gareth Bedford",
"license": "MIT",
"type": "module",
"devDependencies": {
"chai": "^5.1.2"
},
"dependencies": {
"@thirdweb-dev/chains": "^0.1.120",
"eth-chainlist": "^0.0.560"
}
}