@accret/api-client
Version:
A comprehensive SDK for blockchain data access via Moralis, Alchemy, and Shyft APIs
57 lines • 1.29 kB
JSON
{
"name": "@accret/api-client",
"version": "1.0.5",
"description": "A comprehensive SDK for blockchain data access via Moralis, Alchemy, and Shyft APIs",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"type": "module",
"files": [
"dist",
"README.md"
],
"keywords": [
"blockchain",
"cryptocurrency",
"web3",
"moralis",
"alchemy",
"shyft",
"sdk",
"api"
],
"author": "Accret Labs",
"contributors": [
"Code-Parth",
"dharminnagar",
"YatharthPnwr"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/accret/accret-api-client.git"
},
"bugs": {
"url": "https://github.com/accret/accret-api-client/issues"
},
"homepage": "https://github.com/accret/accret-api-client#readme",
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.27.2",
"@shyft-to/js": "^0.2.40",
"alchemy-sdk": "^3.6.0",
"axios": "^1.10.0",
"moralis": "^2.27.2"
},
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*.{ts,js}": "eslint --cache --fix",
"*.{ts,js,css,md}": "prettier --write",
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}