diff --git a/package.json b/package.json index bbc50e5..1b818ec 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "sqlitevector", "version": "1.0.0", - "description": "Resident MCP server with SQLite vector search, Electron + Bun runtime, and llama.cpp integration", + "description": "Resident MCP server with SQLite vector search, Tauri 2 + Rust runtime, and llama.cpp integration", "type": "module", - "main": "src/main.js", "repository": { "type": "git", "url": "https://github.com/yourusername/sqlitevector" @@ -18,15 +17,14 @@ "vector-search", "sqlite", "sqlite-vec", - "electron", - "bun", + "tauri", + "rust", "llama", "embedding" ], "author": "", "license": "ISC", "scripts": { - "start": "electron .", "test": "bun test test/**/*.test.js", "test:db": "bun test test/db.test.js", "test:llama": "bun test test/llama-client.test.js", @@ -39,9 +37,7 @@ "devDependencies": { "@tauri-apps/cli": "^2.10.0", "@types/bun": "latest", - "@types/express": "^5.0.6", - "electron": "^40.1.0", - "electron-rebuild": "^3.2.9" + "@types/express": "^5.0.6" }, "private": true, "peerDependencies": {