{
  "name": "exnomy-wallet-new",
  "version": "1.0.0",
  "main": "./build/index.js",
  "files": [
    "build",
    "index.css"
  ],
  "scripts": {
    "build": "rm -rf build && tsc",
    "example": "npm --prefix ./examples/basic/$example install && npm --prefix ./examples/basic/$example start",
    "example:basic": "example=basic npm run example",
    "prepublish": "npm run build"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.30",
    "@fortawesome/free-solid-svg-icons": "^5.14.0",
    "@fortawesome/react-fontawesome": "^0.1.11",
    "@ledgerhq/hw-app-eth": "4.24.0",
    "@ledgerhq/hw-transport-u2f": "4.24.0",
    "@types/react-autosuggest": "^9.3.14",
    "@walletconnect/browser": "^1.0.0",
    "amazon-cognito-identity-js": "^4.3.4",
    "await-lock": "^1.2.1",
    "aws-amplify": "^3.0.24",
    "axios": "^0.19.2",
    "clipboard-copy": "^2.0.0",
    "ethereumjs-tx": "^1.3.7",
    "ethereumjs-util": "5.2.0",
    "ethers": "^4.0.47",
    "fortmatic": "^0.8.2",
    "immutable": "^3.8.2",
    "qr-image": "^3.2.0",
    "react-autosuggest": "^10.0.2",
    "react-paginate": "^6.3.2",
    "trezor-connect": "^7.0.5",
    "walletlink": "^1.0.0"
  },
  "devDependencies": {
    "@types/ethereumjs-tx": "^1.0.1",
    "@types/ethereumjs-util": "^5.2.0",
    "@types/node": "11.13.2",
    "@types/qr-image": "^3.2.3",
    "@types/react": "16.8.6",
    "@types/react-paginate": "^6.2.1",
    "@types/react-redux": "^7.1.9",
    "@types/request": "^2.48.5",
    "babel-runtime": "^6.26.0",
    "bignumber.js": "^8.1.1",
    "perfect-scrollbar": "^1.5.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-redux": "^7.2.1",
    "redux": "^4.0.5",
    "request": "^2.88.2",
    "typescript": "3.4.2"
  },
  "peerDependencies": {
    "immutable": "^3.8.2",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "react-redux": "^5.0.0 || ^6.0.0 || ^7.0.0",
    "redux": "^3.0.0 || ^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HydroProtocol/hydro-sdk-wallets.git"
  },
  "bugs": {
    "url": "https://github.com/HydroProtocol/hydro-sdk-wallets/issues"
  },
  "homepage": "https://github.com/HydroProtocol/hydro-sdk-wallets#readme",
  "description": "Introduction",
  "directories": {
    "example": "examples"
  },
  "author": "Purna",
  "license": "MIT"
}
