{
  "name": "@blockcerts/explorer-lookup",
  "version": "1.7.0",
  "description": "A low level blockchain explorers lookup",
  "type": "module",
  "exports": {
    "import": "./lib/esm/index.js",
    "require": "./lib/cjs/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "types": "./lib/index.d.ts",
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@vitest/coverage-v8": "^4.0.14",
    "dts-bundle-generator": "^9.2.4",
    "eslint": "^10.0.2",
    "husky": "^9.1.7",
    "rimraf": "^6.0.1",
    "tslib": "^2.6.2",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.29.0",
    "vitest": "^4.0.14"
  },
  "scripts": {
    "compile": "npm run clean:build && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json && npm run dts:bundle",
    "dts:bundle": "dts-bundle-generator -o ./lib/index.d.ts --project tsconfig.json --no-banner src/index.ts",
    "lint": "eslint . --ext .ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:coverage:report": "npx codecov -f coverage/lcov.info",
    "clean:build": "rimraf lib",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blockchain-certificates/explorer-lookup.git"
  },
  "author": "Julien Fraichot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blockchain-certificates/explorer-lookup/issues"
  },
  "homepage": "https://github.com/blockchain-certificates/explorer-lookup#readme"
}
