Files
moeka-project/packages/memory-pgvector/package.json
T
LemonNeko 5342f59c9e release: v0.4.18
chore(tamagotchi,ci): use tauri action from tauri

release: v0.4.19

chore(tamagotchi,ci): install missing target

chore(tamagotchi,ci): fix workflow dispatch

chore(tamagotchi,ci): install missing target

chore(tamagotchi,ci): fix wrong condition

chore(tamagotchi,ci): still rename artifacts

chore(tamagotchi,ci): add missing `target` args

chore(tamagotchi,ci): fix missing dirname

chore(tamagotchi,ci): fix path

chore(tamagotchi,ci): still fix path
2025-04-04 23:18:01 +08:00

23 lines
433 B
JSON

{
"name": "@proj-airi/memory-pgvector",
"type": "module",
"version": "0.4.19",
"private": true,
"description": "",
"author": "",
"license": "MIT",
"keywords": [],
"scripts": {
"dev": "tsx src/index.ts"
},
"dependencies": {
"@guiiai/logg": "^1.0.7",
"@proj-airi/server-sdk": "workspace:^",
"drizzle-orm": "^0.41.0",
"postgres": "^3.4.5"
},
"devDependencies": {
"tsx": "^4.19.3"
}
}