{
  "name": "@evmexplorer/blockscout",
  "version": "0.0.22",
  "description": "EVM Explorer TypeScript BlockScout V2 sdk",
  "main": "dist/index.js",
  "homepage": "https://github.com/Pfed-prog/EVMExplorer-Blockscout",
  "scripts": {
    "build": "tsup",
    "ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run test",
    "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",
    "optimism",
    "eth",
    "ethereum",
    "erc20-token",
    "explorer",
    "etherscan",
    "dapps",
    "smart-contracts",
    "web3",
    "typescript"
  ],
  "author": "Pavel Fedotov",
  "license": "MIT",
  "devDependencies": {
    "@arethetypeswrong/cli": "0.17.4",
    "@changesets/cli": "^2.27.9",
    "@types/node": "22.13.5",
    "prettier": "3.5.2",
    "tsup": "8.4.0",
    "typescript": "^5.6.3",
    "vitest": "3.0.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Pfed-prog/EVMExplorer-Blockscout.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-Blockscout/issues"
  }
}
