{
  "name": "@desig/supported-chains",
  "version": "2.0.13",
  "description": "The list of supported chains on Desig",
  "homepage": "https://chainlist.desig.io/",
  "main": "dist/index.js",
  "repository": "git@github.com:Desig-Labs/supported-chains.git",
  "author": {
    "name": "Tu Phan",
    "email": "tuphan@descartes.network"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prebuild": "yarn clean",
    "build": "tsc",
    "build:docs": "typedoc --includeVersion --excludePrivate --excludeProtected ./src/index.ts --readme ./index.md --customCss index.css",
    "build:refs": "ts-node ./genchain.ts",
    "predeploy": "yarn build:refs && yarn build:docs",
    "deploy": "echo chainlist.desig.io >> ./docs/CNAME && gh-pages -d docs",
    "pretest": "yarn build",
    "test": "mocha --require ts-node/register -t 120000 test/**/*.test.ts",
    "test:watch": "nodemon --ext ts --watch src --watch test --exec \"yarn test\"",
    "clean": "rimraf dist"
  },
  "engines": {
    "node": ">=16 <=20"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.1",
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.14.2",
    "bn.js": "^5.2.1",
    "chai": "^4.3.7",
    "gh-pages": "^5.0.0",
    "mocha": "^10.2.0",
    "nodemon": "^2.0.20",
    "rimraf": "^4.1.2",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.27",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@noble/hashes": "^1.2.0",
    "@noble/secp256k1": "^1.7.1",
    "bech32": "^2.0.0",
    "bs58": "^5.0.0"
  }
}
