{
  "name": "@1hive/default-token-list",
  "version": "6.1.6",
  "description": "◦ The Honeyswap default token list",
  "exports": "./build/index.json",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "fetch-missing": "node src/fetchMissing.js",
    "fix-lists": "node src/fixLists.js",
    "test": "mocha --exit",
    "build": "rimraf build && mkdir -p build && node src/write.js > build/index.json",
    "prepublishOnly": "pnpm test && pnpm run build"
  },
  "files": [
    "build/index.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1Hive/default-token-list.git"
  },
  "keywords": [
    "honeyswap",
    "default",
    "token",
    "list"
  ],
  "author": "Moody Salem",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/1Hive/default-token-list.git/issues"
  },
  "homepage": "https://github.com/1Hive/default-token-list.git#readme",
  "devDependencies": {
    "@ethersproject/address": "^5.7.0",
    "ajv": "^6.12.6",
    "axios": "^1.6.8",
    "chai": "^4.4.1",
    "mocha": "^10.4.0",
    "node-fetch": "^2.7.0",
    "rimraf": "^4.4.1",
    "web3-utils": "^1.10.4"
  },
  "dependencies": {
    "@wagmi/core": "^1.4.13",
    "jsonpath": "^1.1.1",
    "viem": "^1.21.4"
  }
}