{
  "name": "@matterlabs/zk-wallet-onboarding",
  "version": "1.25.6",
  "description": "Onboard zkSync users users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state. Forked from @bnc-onboard",
  "keywords": [
    "zksync",
    "ethereum",
    "web3",
    "zkwallet",
    "wallet"
  ],
  "main": "dist/cjs/onboard.js",
  "module": "dist/esm/onboard.js",
  "typings": "dist/src/onboard.d.ts",
  "files": [
    "dist"
  ],
  "author": {
    "name": "Matter Labs",
    "email": "s.beresnev@matterlabs.dev",
    "url": "https://zksync.io/contact.html"
  },
  "homepage": "https://zksync.io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/matter-labs-forks/zk-wallet-onboarding"
  },
  "license": "MIT",
  "scripts": {
    "build": "rimraf dist && rollup -c && babel dist/cjs --out-dir dist/cjs && babel dist/esm --out-dir dist/esm",
    "test": "echo \"TBD\" && exit 0",
    "prepare": "npm run build",
    "lint": "eslint 'src/**/*.ts' && prettier --check {'src/**/*.ts','src/**/*.svelte'}",
    "lint:fix": "eslint 'src/**/*.ts' --fix",
    "format": "prettier --write {'src/**/*.ts','src/**/*.svelte'}"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@pyoner/svelte-ts-preprocess": "^1.2.1",
    "@rollup/plugin-image": "^2.0.4",
    "@rollup/plugin-json": "^4.0.0",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@types/node": "^13.5.1",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "babel-plugin-external-helpers": "^6.18.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.5",
    "rollup-plugin-svelte": "^6.1.1",
    "rollup-plugin-typescript2": "0.21.0",
    "svelte": "^3.12.1",
    "svelte-i18n": "^1.1.2-beta",
    "typescript": "^3.6.4"
  },
  "dependencies": {
    "@cvbb/eth-keyring": "latest",
    "@ethereumjs/tx": "latest",
    "@portis/web3": "latest",
    "@toruslabs/torus-embed": "latest",
    "@walletconnect/web3-provider": "latest",
    "authereum": "latest",
    "bignumber.js": "latest",
    "bnc-sdk": "^3.2.0",
    "bowser": "^2.10.0",
    "eth-lattice-keyring": "latest",
    "eth-provider": "latest",
    "ethereumjs-util": "latest",
    "fortmatic": "latest",
    "hdkey": "latest",
    "prettier-plugin-svelte": "^2.3.0",
    "regenerator-runtime": "^0.13.7",
    "trezor-connect": "latest",
    "walletlink": "latest",
    "web3-provider-engine": "latest"
  }
}
