{
  "name": "@photostructure/sqlite-vec",
  "version": "1.2.0",
  "description": "A vector search SQLite extension that runs anywhere - PhotoStructure's production-ready fork",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.mjs",
      "types": "./index.d.ts"
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/photostructure/sqlite-vec.git"
  },
  "keywords": [
    "sqlite",
    "vector",
    "search",
    "embedding",
    "similarity"
  ],
  "author": "Alex Garcia <alex@alex.garcia>",
  "contributors": [
    "Vlad Lasky",
    "Matthew McEachen"
  ],
  "license": "(MIT OR Apache-2.0)",
  "bugs": {
    "url": "https://github.com/photostructure/sqlite-vec/issues"
  },
  "homepage": "https://github.com/photostructure/sqlite-vec#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "files": [
    "index.cjs",
    "index.mjs",
    "index.d.ts",
    "dist/"
  ]
}
