{
  "name": "@ledgerhq/currencies",
  "version": "4.13.0",
  "description": "Ledger Hardware Wallet currencies dataset",
  "keywords": [],
  "main": "lib/index.js",
  "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"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "lodash": "^4.17.5",
    "numeral": "^2.0.6",
    "querystring": "^0.2.0"
  },
  "devDependencies": {
    "babel-jest": "^20.0.0",
    "flow-bin": "^0.68.0",
    "flow-typed": "^2.4.0",
    "glob": "^7.1.2",
    "jest": "^20.0.0",
    "path": "^0.12.7",
    "svgr": "^1.9.0"
  },
  "scripts": {
    "flow": "flow",
    "test": "cd ../.. && export PATH=$(yarn bin):$PATH && cd - && jest",
    "clean": "rm -rf lib/ src/data/icons/react src/data/icons/reactNative",
    "build": "node scripts/buildReactIcons.js && cd ../.. && export PATH=$(yarn bin):$PATH && cd - && babel --source-maps -d lib src && flow-copy-source -v src lib",
    "watch": "node scripts/buildReactIcons.js && cd ../.. && export PATH=$(yarn bin):$PATH && cd - && babel --watch --source-maps -d lib src & flow-copy-source -w -v src lib"
  }
}
