{
  "name": "@freearhey/search-js",
  "version": "0.3.0",
  "keywords": [
    "search"
  ],
  "author": "Arhey",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/freearhey/search-js.git"
  },
  "engines": {
    "node": ">=16.6.0"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "pkgroll",
    "test": "vitest run",
    "lint": "eslint ./src/**/*.js",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.2.1",
    "globals": "^17.5.0",
    "pkgroll": "latest",
    "typescript": "latest",
    "vitest": "latest"
  }
}
