UNPKG

@evmexplorer/utility

Version:
69 lines (68 loc) 1.64 kB
{ "name": "@evmexplorer/utility", "version": "0.0.5", "description": "EVM Explorer utility sdk", "main": "dist/index.js", "homepage": "https://github.com/Pfed-prog/EVMExplorer-utilities", "scripts": { "build": "tsup", "ci": "npm run build && npm run check-format && npm run check-exports && npm run lint", "format": "prettier --write .", "check-format": "prettier --check .", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", "lint": "tsc", "local-release": "changeset version && changeset publish", "prepublishOnly": "npm run ci", "test": "vitest run", "dev": "vitest" }, "keywords": [ "evmexplorer", "blockscout", "eth", "ethereum", "optimism", "utilities", "web3", "typescript", "types", "viem", "uniswap" ], "author": "Pavel Fedotov", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.16.4", "@changesets/cli": "^2.27.9", "@types/node": "^22.7.5", "prettier": "^3.3.3", "tsup": "^8.3.0", "typescript": "^5.6.3", "vitest": "^2.1.8" }, "repository": { "type": "git", "url": "git+https://github.com/Pfed-prog/EVMExplorer-utilities.git" }, "files": [ "dist" ], "type": "module", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.js", "default": "./dist/index.cjs" } }, "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/Pfed-prog/EVMExplorer-utilities/issues" }, "dependencies": { "viem": "^2.21.24" }, "publishConfig": { "access": "public" } }