UNPKG

routescan-client

Version:

A set of classes to work with evm-compatible blockchain observers

65 lines (64 loc) 1.3 kB
{ "name": "routescan-client", "version": "2.17.4", "repository": { "type": "git", "url": "git+https://github.com/Separator/routescan-client.git" }, "description": "A set of classes to work with evm-compatible blockchain observers", "keywords": [ "etherscan", "etherscan api", "etherscan.io", "ethereum", "ethereum api", "smart-contracts", "blockchain", "routescan", "bscscan", "polygonscan", "ftmscan", "basescan", "arbiscan", "celoscan", "lineascan", "polygon", "arbitrum", "celo", "linea", "base", "ftm", "rest", "verify" ], "author": "Separator", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "jest", "coverage": "npx jest --coverage" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.20", "dotenv": "^16.4.5", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.6.7" }, "funding": { "type": "custom", "url": "https://www.npmjs.com/package/routescan-client" } }