{
  "name": "@pooltogether/evm-chains-extended",
  "version": "0.7.1",
  "description": "Package to get chain data from ethereum-lists/chains with extra data such as blockExplorerUrls",
  "author": "Chuck Bergeron <chuck@pooltogether.com>",
  "license": "MIT",
  "keywords": [
    "evm",
    "ethereum",
    "chains",
    "chainId",
    "registry"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "unpkg": "dist/umd/index.min.js",
  "homepage": "https://github.com/pooltogether/evm-chains-extended",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pooltogether/evm-chains-extended.git"
  },
  "bugs": {
    "url": "https://github.com/pooltogether/evm-chains-extended/issues"
  },
  "scripts": {
    "start": "tsdx watch --onSuccess \"yalc push\"",
    "reinstall": "rm -rf node_modules && yarn install",
    "clean": "rm -rf dist",
    "build:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json",
    "build:umd": "webpack",
    "build": "yarn clean && yarn build:cjs && yarn build:umd",
    "test": "tsdx test ./test",
    "lint": "tsdx lint src test",
    "prepare": "yarn lint && yarn build && yarn test"
  },
  "devDependencies": {
    "@types/bn.js": "4.11.6",
    "@types/jest": "25.1.1",
    "@types/node": "13.7.0",
    "copy-webpack-plugin": "6.2.1",
    "husky": "4.2.1",
    "tsdx": "^0.12.3",
    "tslib": "1.10.0",
    "typescript": "3.7.5",
    "webpack": "4.41.6",
    "webpack-cli": "3.3.11"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "dependencies": {
    "evm-chains": "^0.2.0"
  }
}
