{
  "name": "piral-search",
  "version": "1.10.3",
  "description": "Plugin for centralizing search in Piral.",
  "keywords": [
    "piral",
    "pilet-api",
    "smapiot",
    "portal",
    "modules",
    "api",
    "plugin",
    "plugin-component",
    "search",
    "filter"
  ],
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "module": "lib/index.js",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js",
    "./lib/*": {
      "types": "./lib/*.d.ts",
      "import": "./lib/*"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "lib",
    "src",
    "piral-search.min.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/smapiot/piral.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral/issues"
  },
  "scripts": {
    "cleanup": "rimraf esm lib piral-search.min.js",
    "build": "yarn build:bundle && yarn build:esnext",
    "build:bundle": "esbuild src/index.ts --outfile=piral-search.min.js --bundle --external:piral-core --external:react --minify --global-name=piralSearch",
    "build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext",
    "typedoc": "typedoc --json ../../../docs/types/piral-search.json src --exclude \"src/**/*.test.*\"",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "piral-core": "^1.10.3",
    "react": "^18.0.0"
  },
  "gitHead": "d01fa2763b3ef45efc823c148cf7198e105387de"
}
