{
  "name": "@tinacms/search",
  "type": "module",
  "version": "1.2.24",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./index-client": {
      "types": "./dist/index-client.d.ts",
      "default": "./dist/index-client.js"
    }
  },
  "license": "SEE LICENSE IN LICENSE",
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node"
      },
      "src/index-client.ts"
    ]
  },
  "dependencies": {
    "memory-level": "^1.0.0",
    "search-index": "4.0.0",
    "sqlite-level": "^2.1.0",
    "stopword": "^3.1.4",
    "@tinacms/schema-tools": "^2.9.0",
    "@tinacms/graphql": "^2.4.10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/@tinacms/search"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/micromatch": "^4.0.9",
    "@types/node": "^22.13.1",
    "@types/search-index": "^3.2.4",
    "jest": "^29.7.0",
    "typescript": "^5.7.3",
    "@tinacms/scripts": "1.6.4"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build",
    "serve": "pnpm nodemon dist/server.js",
    "test": "NODE_OPTIONS='--experimental-vm-modules' jest",
    "test-watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch"
  }
}