{
  "name": "altor-vec",
  "type": "module",
  "description": "Client-side vector search powered by HNSW. 54KB gzipped WASM. Sub-millisecond latency. By altor-lab.",
  "version": "0.1.3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/altor-lab/altor-vec"
  },
  "files": [
    "altor_vec_wasm_bg.wasm",
    "altor_vec_wasm.js",
    "altor_vec_wasm.d.ts"
  ],
  "main": "altor_vec_wasm.js",
  "types": "altor_vec_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "vector",
    "search",
    "hnsw",
    "wasm",
    "semantic-search",
    "embeddings",
    "nearest-neighbor",
    "client-side",
    "altor-lab"
  ],
  "homepage": "https://github.com/altor-lab/altor-vec",
  "author": "altor-lab"
}
