{
  "name": "@23blocks/block-rewards",
  "version": "4.0.4",
  "description": "Rewards block for 23blocks SDK - loyalty, coupons, badges, and gamification",
  "license": "MIT",
  "author": "23blocks <hello@23blocks.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/23blocks-OS/frontend-sdk.git",
    "directory": "packages/block-rewards"
  },
  "homepage": "https://github.com/23blocks-OS/frontend-sdk/tree/main/packages/block-rewards",
  "bugs": {
    "url": "https://github.com/23blocks-OS/frontend-sdk/issues"
  },
  "keywords": [
    "23blocks",
    "sdk",
    "rewards",
    "loyalty",
    "coupons",
    "badges",
    "gamification"
  ],
  "type": "module",
  "main": "./dist/index.esm.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "default": "./dist/index.esm.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "!**/*.tsbuildinfo"
  ],
  "nx": {
    "sourceRoot": "packages/block-rewards/src",
    "targets": {
      "build": {
        "executor": "@nx/rollup:rollup",
        "outputs": [
          "{options.outputPath}"
        ],
        "options": {
          "outputPath": "packages/block-rewards/dist",
          "main": "packages/block-rewards/src/index.ts",
          "tsConfig": "packages/block-rewards/tsconfig.lib.json",
          "compiler": "swc",
          "format": [
            "esm"
          ]
        }
      }
    }
  },
  "dependencies": {
    "@23blocks/contracts": "^2.4.0",
    "@23blocks/jsonapi-codec": "^3.3.3",
    "@swc/helpers": "~0.5.11"
  }
}
