{
  "name": "@paperxyz/embedded-wallet-service-sdk",
  "description": "Embedded Wallets SDK by Paper",
  "version": "1.2.5",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "embedded wallets",
    "crypto",
    "wallet",
    "paper sdk",
    "crypto wallet"
  ],
  "bugs": {
    "url": "https://github.com/paperxyz/js-sdk/issues"
  },
  "homepage": "https://github.com/paperxyz/js-sdk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paperxyz/js-sdk.git"
  },
  "author": "Paper <support@withpaper.com>",
  "scripts": {
    "dev-ews": "tsup src/index.ts --env.NODE_ENV development --env.SDK_VERSION $npm_package_version --watch",
    "lint:fix": "yarn lint --fix",
    "lint": "eslint \"src/**/*.ts*\"",
    "build": "tsup src/index.ts --env.NODE_ENV production --env.SDK_VERSION $npm_package_version",
    "build-package-ews": "yarn build",
    "clean": "rm -rf .turbo node_modules dist",
    "prepare": "cd ../../ && node ./scripts/postInstall && cd ./packages/embedded-wallet-service-sdk"
  },
  "devDependencies": {
    "@paperxyz/tsconfig": "*",
    "@types/node": "^18.7.11",
    "eslint-config-paperxyz": "*",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@ethersproject/abstract-signer": "^5.7.0",
    "@ethersproject/bytes": "^5.7.0",
    "@ethersproject/properties": "^5.7.0",
    "@ethersproject/providers": "^5.7.2",
    "@paperxyz/sdk-common-utilities": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}