{
  "name": "@reyaxyz/community-sdk",
  "version": "0.58.10",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Reya-Labs/reya-off-chain-monorepo.git"
  },
  "dependencies": {
    "@reyaxyz/common": "0.362.0",
    "@reyaxyz/sdk": "0.151.3",
    "ethers": "6.9.0"
  },
  "main": "dist/index.js",
  "types": "dist/types",
  "license": "MIT",
  "files": [
    "src/**/*.*",
    "dist/**/*.*",
    "README.md"
  ],
  "scripts": {
    "prebuild": "rm -rf node_modules && rm -rf dist",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "ts:check-types": "npx tsc --noEmit",
    "ts:circular-check": "dpdm --no-output --no-tree --no-warning --exit-code circular:1 -T src/index.ts",
    "ts:check": "pnpm ts:check-types && pnpm ts:circular-check",
    "lint:check": "eslint '{src, tests}/**/*.{ts,tsx}'",
    "prettier:check": "npx prettier --log-level silent --check './{src, tests}/**/*.{ts,tsx}'",
    "code-quality:check": "npx concurrently 'pnpm ts:check' 'pnpm prettier:check' 'pnpm lint:check --quiet'",
    "lint:fix": "npx eslint --fix '{src, tests}/**/*.{ts,tsx}'",
    "prettier:fix": "npx prettier --log-level silent --write './{src, tests}/**/*.{ts,tsx}'",
    "test": "npx jest --silent",
    "test:coverage": "npx jest test --coverage",
    "generate:coverage-badges": "npx istanbul-badges-readme --silent"
  },
  "packageManager": "pnpm@8.3.1",
  "gitHead": "a691ef73599e2d5d76b73f1e1f4e570ae45b0842"
}
