@cryptodevops/n8n-nodes-blockchain-explorer
Version:
n8n node for accessing multiple blockchain networks (Ethereum, BSC, Polygon, Fantom, Avalanche, Arbitrum, Optimism, etc.) with comprehensive analytics and data retrieval capabilities
81 lines (80 loc) • 2.01 kB
JSON
{
"name": "@cryptodevops/n8n-nodes-blockchain-explorer",
"version": "1.0.3",
"description": "n8n node for accessing multiple blockchain networks (Ethereum, BSC, Polygon, Fantom, Avalanche, Arbitrum, Optimism, etc.) with comprehensive analytics and data retrieval capabilities",
"keywords": [
"n8n-community-node-package",
"blockchain",
"ethereum",
"bsc",
"polygon",
"fantom",
"avalanche",
"arbitrum",
"optimism",
"multi-chain",
"analytics",
"web3",
"crypto",
"api",
"n8n",
"automation",
"blockchain-explorer",
"defi",
"smart-contracts"
],
"license": "MIT",
"homepage": "https://github.com/cryptodevops/n8n-nodes-blockchain-explorer#readme",
"author": {
"name": "CryptoDevOps",
"email": "contact@cryptodevops.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptodevops/n8n-nodes-blockchain-explorer.git"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=8.1"
},
"packageManager": "pnpm@8.1.0",
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/BlockchainExplorerApi.credentials.js"
],
"nodes": [
"dist/nodes/BlockchainExplorer/BlockchainExplorer.node.js"
]
},
"devDependencies": {
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "^1.2.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
"dependencies": {
"@cryptodevops/n8n-nodes-blockchain-explorer": "^1.0.2",
"axios": "^1.7.9",
"n8n-workflow": "^1.49.0"
}
}