-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.09 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.09 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "superlocalmemory",
"version": "3.0.28",
"description": "Information-geometric agent memory with mathematical guarantees. 4-channel retrieval, Fisher-Rao similarity, zero-LLM mode, EU AI Act compliant. Works with Claude, Cursor, Windsurf, and 17+ AI tools.",
"keywords": [
"ai-memory",
"claude-ai",
"cursor-ide",
"local-first",
"mcp-server",
"ai-assistant",
"memory-system",
"knowledge-graph",
"privacy-first",
"windsurf",
"continue-dev",
"cody",
"claude-desktop",
"ai-tools",
"memory-extension",
"local-ai",
"chatgpt",
"chatgpt-connector",
"openai",
"deep-research",
"qualixar",
"agent-development-platform"
],
"author": {
"name": "Varun Pratap Bhardwaj",
"email": "admin@superlocalmemory.com",
"url": "https://varunpratap.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qualixar/superlocalmemory.git"
},
"homepage": "https://superlocalmemory.com",
"mcpName": "io.github.qualixar/superlocalmemory",
"bugs": {
"url": "https://github.com/qualixar/superlocalmemory/issues"
},
"bin": {
"slm": "./bin/slm-npm",
"superlocalmemory": "./bin/slm-npm"
},
"scripts": {
"prepack": "node scripts/prepack.js",
"postinstall": "node scripts/postinstall.js",
"preuninstall": "node scripts/preuninstall.js",
"test": "echo \"Run: npm install -g . && slm status\" && exit 0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"files": [
"bin/",
"src/",
"ide/",
"scripts/",
"ui/",
"docs/",
"pyproject.toml",
"conftest.py",
"README.md",
"LICENSE",
"NOTICE",
"ATTRIBUTION.md",
"CHANGELOG.md"
],
"preferGlobal": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/varun369"
},
"maintainers": [
{
"name": "Varun Pratap Bhardwaj",
"email": "admin@superlocalmemory.com",
"url": "https://github.com/varun369"
}
],
"dependencies": {
"docx": "^9.5.1"
}
}