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
23 lines
433 B
JSON
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"
|
|
}
|
|
}
|