{
  "name": "@arbius/aa-wallet",
  "version": "0.1.3",
  "description": "A secure and flexible Account Abstraction wallet implementation for Arbitrum One chain applications.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "vite",
    "start": "vite",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "arbitrum",
    "ethereum",
    "wallet",
    "account-abstraction",
    "web3",
    "blockchain"
  ],
  "author": "Arbius",
  "license": "MIT",
  "dependencies": {
    "ethers": "^6.11.1",
    "uuid": "^11.1.0"
  },
  "peerDependencies": {
    "ethers": "^5.0.0 || ^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/semperai/arbius-wallet.git"
  },
  "bugs": {
    "url": "https://github.com/semperai/arbius-wallet/issues"
  },
  "homepage": "https://github.com/semperai/arbius-wallet#readme",
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
