memorizz 0.1.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +20 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memorizz",
3
- "version": "0.1.0",
3
+ "version": "0.2.2",
4
4
  "description": "npm bootstrapper for the memorizz Python CLI — installs the real tool via uv.",
5
5
  "license": "PolyForm-Noncommercial-1.0.0",
6
6
  "homepage": "https://github.com/RichmondAlake/memorizz",
@@ -9,16 +9,32 @@
9
9
  "url": "git+https://github.com/RichmondAlake/memorizz.git",
10
10
  "directory": "packaging/npm"
11
11
  },
12
- "keywords": ["memorizz", "ai", "agent", "cli", "memory", "llm", "ollama"],
12
+ "keywords": [
13
+ "memorizz",
14
+ "ai",
15
+ "agent",
16
+ "cli",
17
+ "memory",
18
+ "llm",
19
+ "ollama"
20
+ ],
13
21
  "bin": {
14
22
  "memorizz": "bin/memorizz.js"
15
23
  },
16
24
  "scripts": {
17
25
  "postinstall": "node scripts/postinstall.js"
18
26
  },
19
- "files": ["bin/", "scripts/", "README.md"],
27
+ "files": [
28
+ "bin/",
29
+ "scripts/",
30
+ "README.md"
31
+ ],
20
32
  "engines": {
21
33
  "node": ">=16"
22
34
  },
23
- "os": ["darwin", "linux", "win32"]
35
+ "os": [
36
+ "darwin",
37
+ "linux",
38
+ "win32"
39
+ ]
24
40
  }