{
  "name": "@cometh/connect-core-sdk",
  "author": "Cometh",
  "maintainers": [
    {
      "name": "yoanslvy"
    }
  ],
  "version": "0.0.2",
  "description": "SDK Cometh Connect Core",
  "repository": "https://github.com/cometh-hq/connect-sdk-4337.git",
  "keywords": [
    "cometh",
    "erc-4337",
    "smart-wallet"
  ],
  "license": "ISC",
  "private": false,
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "type": "module",
  "files": [
    "/dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.cjs"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js",
      "default": "./dist/core/index.cjs"
    }
  },
  "scripts": {
    "lint": "biome lint .",
    "format:check": "biome check .",
    "format": "biome check --apply .",
    "clean": "rimraf dist",
    "build": "tsup --splitting"
  },
  "peerDependencies": {
    "viem": "^2.27.3"
  },
  "devDependencies": {
    "tsup": "^8.0.2",
    "typescript": "^5"
  },
  "dependencies": {
    "@rhinestone/module-sdk": "^0.2.3",
    "abitype": "^1.0.8",
    "permissionless": "^0.2.39"
  }
}
