{
  "name": "hw-app-nan",
  "version": "1.3.0",
  "author": "Mart Roosmaa <mart@roosmaa.net>",
  "license": "Apache-2.0",
  "description": "Ledger Hardware Wallet Nano-family API",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "Nano",
    "NanoCurrency",
    "$NANO",
    "Banano",
    "NOS",
    "NanoS",
    "Blue",
    "Hardware Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yxse/hw-app-nan.git"
  },
  "bugs": {
    "url": "https://github.com/roosmaa/hw-app-nano/issues"
  },
  "homepage": "https://github.com/yxse/hw-app-nan#readme",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "scripts": {
    "prepare": "npm run clean && npm run build",
    "flow": "flow",
    "clean": "rm -rf lib/",
    "documentation": "documentation build src/index.js --project-name 'hw-app-nano' --project-version `node -e \"console.log(require('./package.json').version)\"` --project-homepage https://github.com/roosmaa/hw-app-nano -g -f html -o docs/",
    "prettier": "prettier --write 'src/**/*.js'",
    "prettier-diff": "prettier --list-different 'src/**/*.js'",
    "lint": "eslint src",
    "build": "babel --source-maps -d lib src && flow-copy-source -v src lib",
    "watch": "babel --watch --source-maps -d lib src & flow-copy-source -w -v src lib"
  },
  "dependencies": {
    "@ledgerhq/hw-transport": "^4.61.0",
    "big-integer": "^1.6.43",
    "bip32-path": "^0.4.2",
    "blakejs": "^1.1.0",
    "nano-base32": "^1.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-0": "^6.24.1",
    "documentation": "^11.0.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-flowtype": "^3.9.1",
    "flow-bin": "^0.100.0",
    "flow-copy-source": "^2.0.6",
    "flow-typed": "^2.5.2",
    "prettier": "^1.17.1"
  }
}
