{
  "name": "@tributelabs/dao-focus",
  "version": "0.1.6",
  "description": "DAO Discord activity.",
  "main": "./dist/index.es.js",
  "module": "./dist/index.es.js",
  "exports": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openlawteam/dao-components.git",
    "directory": "packages/dao-focus"
  },
  "keywords": [
    "react",
    "components",
    "dao",
    "discord",
    "activity"
  ],
  "author": "dev@tributelabs.xyz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openlawteam/dao-components/issues"
  },
  "homepage": "https://github.com/openlawteam/dao-components#readme",
  "dependencies": {
    "@heroicons/react": "^2.0.16",
    "@tributelabs/common": "^0.1.11",
    "ethers": "^5.7.1",
    "tailwind-merge": "^1.10.0"
  },
  "peerDependencies": {
    "react": "^17"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.1",
    "autoprefixer": "^10.4.11",
    "postcss": "^8.4.18",
    "tailwindcss": "^3.1.8",
    "web3": "^1.9.0"
  }
}
