{
  "name": "msafe-wallet",
  "version": "2.1.5",
  "description": "appstore sdk of msafe wallet",
  "author": "LeviHHH",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "yarn clean && yarn _build:browser && yarn _build:node",
    "_build:browser": "tsup --platform browser --format iife --global-name MSafeWallet --minify",
    "_build:node": "tsup --format cjs,esm --dts",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Momentum-Safe/msafe-wallet.git"
  },
  "homepage": "https://github.com/Momentum-Safe/msafe-wallet",
  "bugs": {
    "url": "https://github.com/Momentum-Safe/msafe-wallet/issues"
  },
  "keywords": [
    "MSafe",
    "MSafe Iframe",
    "MSafe SDK",
    "MSafe wallet"
  ],
  "dependencies": {
    "buffer": "^6.0.3",
    "json-rpc-protocol": "^0.13.2"
  },
  "devDependencies": {
    "@types/jest": "^29.2.1",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "eslint": "^8.26.0",
    "eslint-plugin-node": "^11.1.0",
    "jest": "^29.2.2",
    "ts-jest": "^29.0.3",
    "tsup": "^6.5.0",
    "typescript": "^4.8.4"
  }
}
