{
  "name": "@ledgerhq/cryptoassets",
  "version": "5.53.0",
  "description": "Ledger crypto-assets list",
  "keywords": [
    "Ledger"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LedgerHQ/ledgerjs"
  },
  "bugs": {
    "url": "https://github.com/LedgerHQ/ledgerjs/issues"
  },
  "homepage": "https://github.com/LedgerHQ/ledgerjs",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "module": "lib-es/index.js",
  "license": "Apache-2.0",
  "dependencies": {
    "invariant": "2"
  },
  "devDependencies": {
    "flow-bin": "^0.149.0"
  },
  "scripts": {
    "flow": "flow",
    "clean": "bash ../../script/clean.sh",
    "build": "bash ../../script/build.sh",
    "watch": "bash ../../script/watch.sh",
    "doc": "bash ../../script/doc.sh"
  },
  "gitHead": "e1122a9a1580f3b0bcc79ecb1a3004d462f9096d"
}
