{
  "name": "airwallet-api",
  "version": "0.0.1-alpha.1",
  "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/airwallet-api.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metaphi-org/metaphi-api.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "webpack"
  },
  "bugs": {
    "url": "https://github.com/metaphi-org/metaphi-api/issues"
  },
  "dependencies": {
    "@ethereumjs/common": "^2.6.4",
    "@ethereumjs/tx": "^3.5.1",
    "axios": "^0.26.1",
    "babel-loader": "^8.2.5",
    "ethereumjs-wallet": "^1.0.2",
    "js-cookie": "^3.0.1",
    "shamirs-secret-sharing": "^1.0.1",
    "store": "^2.0.12"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-stage-0": "^7.8.3",
    "babel-core": "^7.0.0-bridge.0",
    "css-loader": "^5.2.7",
    "mini-css-extract-plugin": "^1.6.2",
    "process": "0.11.10",
    "style-loader": "^2.0.0",
    "webpack": "^5.72.0",
    "webpack-cli": "^3.3.12"
  }
}
