{
  "name": "metanet-identity-react",
  "description": "React components for resolving identity information on the MetaNet.",
  "version": "0.1.78",
  "author": "Peer-to-peer Privacy Systems Research LLC",
  "license": "Open BSV License",
  "main": "./out/src/index.js",
  "types": "./out/src/index.d.ts",
  "files": [
    "out"
  ],
  "dependencies": {
    "@bsv/sdk": "^1.4.3",
    "@mui/icons-material": "^5.11.16",
    "@mui/material": "^5.15.7",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.0",
    "metanet-react-prompt": "^1.0.1",
    "react": "^18.2.0",
    "react-icons": "^5.1.0",
    "use-async-effect": "^2.2.7",
    "zustand": "^4.5.0"
  },
  "scripts": {
    "build": "tsc"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "devDependencies": {
    "@types/react": "^18.2.47",
    "@types/react-dom": "^18.2.18",
    "@types/react-router-dom": "^5.3.3",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "standard": "^17.0.0",
    "typescript": "^5.3.3"
  }
}
