{
  "name": "voy-search",
  "collaborators": [
    "Daw-Chih Liou <dawochih.liou@gmail.com>"
  ],
  "description": "a vector similarity search engine in WASM",
  "version": "0.6.3",
  "license": "MIT OR Apache 2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/tantaraio/voy"
  },
  "files": [
    "voy_search_bg.wasm",
    "voy_search.js",
    "voy_search_bg.js",
    "voy_search.d.ts",
    "LICENSE_APACHE",
    "LICENSE_MIT"
  ],
  "module": "voy_search.js",
  "homepage": "https://github.com/tantaraio/voy",
  "types": "voy_search.d.ts",
  "sideEffects": [
    "./voy_search.js",
    "./snippets/*"
  ],
  "keywords": [
    "webassembly",
    "wasm",
    "rust",
    "kd-tree",
    "embeddings",
    "vector search",
    "similarity search",
    "nearest neighbor"
  ]
}