-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.07 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.07 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
{
"name": "@xmemo/client",
"version": "0.4.164",
"description": "Privacy-first CLI and MCP setup helper for XMemo.",
"mcpName": "io.github.yonro/xmemo",
"type": "module",
"bin": {
"xmemo": "bin/memory-os.js",
"memory-os": "bin/memory-os.js"
},
"files": [
"bin",
"src",
"plugins/kiro",
"README.md",
"LICENSE"
],
"scripts": {
"lint": "node scripts/check-js.mjs",
"test": "node --test",
"pack:dry-run": "npm pack --dry-run",
"prepublishOnly": "npm run lint && npm test && npm run pack:dry-run"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/yonro/memory-os-cli.git"
},
"bugs": {
"url": "https://github.com/yonro/memory-os-cli/issues"
},
"homepage": "https://github.com/yonro/memory-os-cli#readme",
"keywords": [
"xmemo",
"memory-os",
"mcp",
"agent",
"cli",
"privacy"
],
"license": "MIT",
"optionalDependencies": {
"mcp-remote": "^0.1.0"
}
}