{
"name": "sqlitevector",
"version": "1.0.0",
"description": "Resident MCP server with SQLite vector search, Tauri 2 + Rust runtime, and llama.cpp integration",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/sqlitevector"
},
"homepage": "https://github.com/yourusername/sqlitevector",
"bugs": {
"url": "https://github.com/yourusername/sqlitevector/issues"
},
"keywords": [
"mcp",
"model-context-protocol",
"vector-search",
"sqlite",
"sqlite-vec",
"tauri",
"rust",
"llama",
"embedding"
],
"author": "",
"license": "ISC",
"scripts": {
"test": "bun test test/**/*.test.js",
"test:db": "bun test test/db.test.js",
"test:llama": "bun test test/llama-client.test.js",
"test:tools": "bun test test/mcp-tools.test.js",
"test:handlers": "bun test test/mcp-handlers.test.js",
"test:integration": "bun test test/integration.test.js",
"tauri": "tauri --config src/backend/tauri.conf.json",
"test:watch": "bun test --watch test/**/*.test.js"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.0",
"@types/bun": "latest",
"@types/express": "^5.0.6"
},
"private": true,
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"better-sqlite3": "^12.6.2"
}
}