{
  "name": "@metaphi/airwallet-api",
  "version": "0.0.4-alpha.3",
  "description": "Metaphi Airwallet API to add whitelabel, non-custodial wallets to dApps",
  "keywords": [
    "blockchain",
    "wallet",
    "non-custodial",
    "whitelabel",
    "metaphi"
  ],
  "author": "Akshata <akshatamohanty@gmail.com>",
  "homepage": "https://metaphi.xyz",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metaphi-org/metaphi-api.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "browserify ./lib/index.js -p esmify -o ./dist/index.js"
  },
  "bugs": {
    "url": "https://github.com/metaphi-org/metaphi-api/issues"
  },
  "dependencies": {
    "@ethereumjs/common": "^2.6.4",
    "@ethereumjs/tx": "^3.5.1",
    "@ethersproject/experimental": "^5.6.2",
    "@ethersproject/providers": "^5.6.8",
    "@maticnetwork/maticjs": "^3.3.0",
    "@maticnetwork/maticjs-plasma": "^1.0.4",
    "@maticnetwork/maticjs-web3": "^1.0.1",
    "@truffle/hdwallet-provider": "^2.0.8",
    "axios": "^0.26.1",
    "babel-loader": "^8.2.5",
    "crypto": "^1.0.1",
    "crypto-browserify": "^3.12.0",
    "electron": "^18.2.3",
    "ethereumjs-wallet": "^1.0.2",
    "ethers": "^5.6.8",
    "js-cookie": "^3.0.1",
    "shamirs-secret-sharing": "^1.0.1",
    "store": "^2.0.12"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-stage-0": "^7.8.3",
    "babel-core": "^7.0.0-bridge.0",
    "browserify": "^17.0.0",
    "css-loader": "^5.2.7",
    "esmify": "^2.1.1",
    "mini-css-extract-plugin": "^1.6.2",
    "process": "0.11.10",
    "style-loader": "^2.0.0",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2"
  }
}
