{
  "name": "ao-message-signer",
  "version": "1.0.12",
  "description": "A React component for signing messages with AO Protocol",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "prepare": "npm run build",
    "postinstall": "node scripts/post-install.js"
  },
  "files": [
    "dist/",
    "src/handlers/sign-message.lua",
    "scripts/post-install.js",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "react",
    "component",
    "arweave",
    "ao",
    "permaweb",
    "blockchain"
  ],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@permaweb/aoconnect": "^0.0.45",
    "warp-arbundles": "^1.0.4"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-react": "^7.22.15",
    "@babel/preset-typescript": "^7.23.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@types/react": "^18.2.28",
    "@types/jest": "^29.5.5",
    "rollup": "^4.1.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.2.2",
    "jest": "^29.7.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/jest-dom": "^6.1.3",
    "tailwindcss": "^3.3.0",
    "@types/node": "^20.0.0"
  }
} 