-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 962 Bytes
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
{
"name": "@aminovsky/cli-memory",
"version": "0.2.4",
"description": "Cross-CLI memory bridge with local transcript import, MCP serving, and npx distribution",
"license": "Apache-2.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ArthurMinovsky/cli-memory-bridge.git"
},
"homepage": "https://github.com/ArthurMinovsky/cli-memory-bridge",
"bugs": {
"url": "https://github.com/ArthurMinovsky/cli-memory-bridge/issues"
},
"keywords": [
"mcp",
"memory",
"cli",
"codex",
"claude",
"gemini",
"copilot",
"zed",
"opencode",
"hermes"
],
"bin": {
"cli-memory": "npm/bin/cli-memory.js",
"cmb": "npm/bin/cli-memory.js"
},
"scripts": {
"postinstall": "node npm/install.js"
},
"files": [
"npm/bin",
"npm/install.js",
"npm/platform.js",
"npm/vendor",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
}
}