{
  "name": "@tuaregsand/guardian-aa-sdk",
  "version": "0.1.0",
  "description": "Guardian-AA SDK - Zero-Knowledge AI Wallet Copilot SDK",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./zk": {
      "types": "./dist/zk/index.d.ts",
      "import": "./dist/zk/index.mjs",
      "require": "./dist/zk/index.js"
    },
    "./contracts": {
      "types": "./dist/contracts/index.d.ts",
      "import": "./dist/contracts/index.mjs",
      "require": "./dist/contracts/index.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.mjs",
      "require": "./dist/utils/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "test:ci": "vitest run --coverage",
    "test:coverage": "vitest run --coverage",
    "test:dev": "vitest --watch",
    "test:integration": "echo 'Integration tests not implemented yet'",
    "lint": "eslint src --ext .ts,.tsx --max-warnings=0",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "typecheck": "tsc --noEmit",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build && npm run test && npm run typecheck",
    "docs": "typedoc --out docs src/index.ts",
    "format": "prettier --write .",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "keywords": [
    "guardian-aa",
    "zero-knowledge",
    "zk-proofs",
    "account-abstraction",
    "erc-4337",
    "wallet",
    "ethereum",
    "solidity",
    "halo2",
    "zkml",
    "typescript",
    "sdk",
    "smart-contracts",
    "gasless-transactions",
    "meta-transactions",
    "multi-signature",
    "blockchain",
    "web3",
    "defi",
    "privacy",
    "cryptography",
    "dapp",
    "developer-tools"
  ],
  "author": "Artificialesque",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/tuaregsand/Guardian-AA-A-Zero-Knowledge-AI-Wallet-Copilot.git",
    "directory": "sdk"
  },
  "bugs": {
    "url": "https://github.com/tuaregsand/Guardian-AA-A-Zero-Knowledge-AI-Wallet-Copilot/issues"
  },
  "homepage": "https://github.com/tuaregsand/Guardian-AA-A-Zero-Knowledge-AI-Wallet-Copilot#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tuaregsand"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "@vitest/coverage-v8": "^1.1.0",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.2",
    "prettier": "^3.1.1",
    "rimraf": "^5.0.5",
    "tsup": "^8.0.1",
    "typedoc": "^0.25.6",
    "typescript": "^5.3.3",
    "vitest": "^1.1.0"
  },
  "dependencies": {
    "ethers": "^6.9.0",
    "viem": "^1.19.15",
    "abitype": "^0.10.2",
    "zod": "^3.22.4"
  },
  "peerDependencies": {
    "@noble/hashes": "^1.3.3",
    "@noble/curves": "^1.2.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "sideEffects": false,
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
