mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
19 lines
447 B
JSON
19 lines
447 B
JSON
{
|
|
"name": "chatgpt-plugin",
|
|
"version": "3.0.0-beta.1",
|
|
"type": "module",
|
|
"author": "ikechan8370",
|
|
"dependencies": {
|
|
"better-sqlite3": "^9.4.3",
|
|
"adm-zip": "^0.5.10",
|
|
"chaite": "/Users/geyinchi/WebstormProjects/node-chaite",
|
|
"js-yaml": "^4.1.0",
|
|
"keyv": "^5.3.1",
|
|
"keyv-file": "^5.1.2",
|
|
"lowdb": "^7.0.1",
|
|
"sqlite-vec": "^0.1.7-alpha.2",
|
|
"sqlite3": "^5.1.6",
|
|
"vectra": "^0.9.0"
|
|
},
|
|
"pnpm": {}
|
|
}
|