{
  "name": "etherscan-api",
  "version": "12.1.0",
  "description": "API to etherscan with a simple interface (Etherscan V2, multichain)",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "node --test",
    "docs": "typedoc",
    "clean": "rm -rf lib out",
    "preversion": "npm run typecheck && npm run changelog",
    "postversion": "git push && git push --tags",
    "changelog": "rm ./docs/CHANGELOG.md && npx changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog"
  },
  "keywords": [
    "arbiscan",
    "ethereum",
    "EtherScan.io",
    "etherscan",
    "blockchain",
    "api",
    "transaction",
    "rest"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebs/etherscan-api.git"
  },
  "author": "Sebastian Schürmann",
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "bugs": {
    "url": "https://github.com/sebs/etherscan-api/issues"
  },
  "homepage": "https://github.com/sebs/etherscan-api#readme",
  "devDependencies": {
    "@types/node": "22.10.5",
    "typedoc": "0.28.19",
    "typescript": "6.0.3"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/sebs"
  }
}
