-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "engram-memory-community",
"version": "1.0.0",
"description": "Engram Memory Community Edition - Persistent semantic memory for AI agents via Qdrant + FastEmbed",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rm -rf dist",
"prepublish": "npm run build"
},
"dependencies": {
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"typescript": "^5.4.0"
},
"license": "BSL-1.1",
"author": "Engram Memory",
"repository": {
"type": "git",
"url": "https://github.com/EngramMemory/engram-memory-community.git"
},
"homepage": "https://engrammemory.ai",
"keywords": [
"openclaw",
"memory",
"qdrant",
"semantic-search",
"embeddings",
"local-ai",
"vector-db",
"engram",
"community-edition"
],
"engines": {
"node": ">=18.0.0"
},
"funding": {
"type": "individual",
"url": "https://engrammemory.ai/pricing"
}
}