UNPKG

@bcoders.gr/virtualpool

Version:

High-performance Ethereum testing framework with advanced provider pooling, adaptive load balancing, and comprehensive monitoring

53 lines (52 loc) 1.22 kB
{ "name": "@bcoders.gr/virtualpool", "version": "2.0.0", "description": "High-performance Ethereum testing framework with advanced provider pooling, adaptive load balancing, and comprehensive monitoring", "type": "module", "main": "src/index.js", "scripts": { "test": "node test/test-comprehensive.js", "example": "node examples/basic-usage.js" }, "keywords": [ "ethereum", "blockchain", "testing", "anvil", "provider", "load-balancing", "stress-testing", "monitoring", "high-performance", "adaptive-scaling" ], "author": "bcoders.gr", "license": "MIT", "dependencies": { "@bcoders.gr/eth-provider": "^1.0.1", "debug": "^4.3.4", "eventemitter3": "^5.0.1", "node-cache": "^5.1.2", "p-queue": "^7.3.4", "uuid": "^11.1.0" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/pagovitsa/virtualpool.git" }, "bugs": { "url": "https://github.com/pagovitsa/virtualpool/issues" }, "homepage": "https://github.com/pagovitsa/virtualpool#readme", "publishConfig": { "access": "public" }, "files": [ "src", "README.md", "LICENSE" ] }