{
  "name": "@23blocks/block-search",
  "version": "6.0.4",
  "description": "Search block for 23blocks SDK - full-text search, history, favorites",
  "license": "MIT",
  "author": "23blocks <hello@23blocks.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/23blocks-OS/frontend-sdk.git",
    "directory": "packages/block-search"
  },
  "homepage": "https://github.com/23blocks-OS/frontend-sdk/tree/main/packages/block-search",
  "bugs": {
    "url": "https://github.com/23blocks-OS/frontend-sdk/issues"
  },
  "keywords": [
    "23blocks",
    "sdk",
    "search",
    "full-text",
    "favorites",
    "history"
  ],
  "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-search/src",
    "targets": {
      "build": {
        "executor": "@nx/rollup:rollup",
        "outputs": [
          "{options.outputPath}"
        ],
        "options": {
          "outputPath": "packages/block-search/dist",
          "main": "packages/block-search/src/index.ts",
          "tsConfig": "packages/block-search/tsconfig.lib.json",
          "compiler": "swc",
          "format": [
            "esm"
          ]
        }
      }
    }
  },
  "dependencies": {
    "@23blocks/contracts": "^2.4.0",
    "@23blocks/jsonapi-codec": "^3.3.3",
    "@swc/helpers": "~0.5.11"
  }
}
