{
  "name": "embedded-vector-db",
  "version": "0.0.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pguso/embedded-vector-db"
  },
  "homepage": "https://github.com/pguso/embedded-vector-db#readme",
  "keywords": [
    "rag",
    "llm",
    "vector",
    "database",
    "bm25",
    "embeddings"
  ],
  "author": "Patric Gutersohn",
  "license": "MIT",
  "description": "",
  "dependencies": {
    "async-mutex": "^0.5.0",
    "hnswlib-node": "^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
