{
  "name": "@aa-sdk/core",
  "license": "MIT",
  "version": "4.87.1",
  "description": "viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts",
  "author": "Alchemy",
  "type": "module",
  "main": "./dist/esm/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "typings": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "src/**/*.ts",
    "!dist/**/*.tsbuildinfo",
    "!vitest.config.ts",
    "!.env",
    "!src/**/*.test.ts",
    "!src/**/*.test-d.ts",
    "!src/__tests__/**/*"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "default": "./dist/esm/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prebuild": "tsx ./inject-version.ts",
    "build": "yarn clean && yarn build:esm && yarn build:types",
    "build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm",
    "build:types": "tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
    "clean": "rm -rf ./dist",
    "test": "vitest",
    "test:run": "vitest run"
  },
  "devDependencies": {
    "dotenv": "^16.0.3",
    "typescript-template": "*"
  },
  "dependencies": {
    "abitype": "^0.8.3",
    "eventemitter3": "^5.0.1",
    "zod": "^3.22.4"
  },
  "peerDependencies": {
    "viem": "^2.45.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alchemyplatform/aa-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/alchemyplatform/aa-sdk/issues"
  },
  "homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
  "gitHead": "eb770f279ecee6baf7b285277748105ac1b701f2"
}
