-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.36 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.36 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
{
"name": "claude-anchor",
"version": "1.4.0",
"description": "Persistent memory, enforceable rules, and behavioral consistency for Claude Code",
"bin": {
"claude-anchor": "bin/init.js"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm test"
},
"keywords": [
"claude",
"claude code",
"claude anchor",
"ai memory",
"ai context",
"persistent memory",
"rules framework",
"claude code framework",
"behavioral context",
"vibe coding",
"super basic studio"
],
"author": "Super Basic Studio, LLC (https://superbasic.studio)",
"license": "BSD-2-Clause",
"files": [
"templates/",
"bin/",
"README.md"
],
"dependencies": {
"chalk": "4.1.2",
"commander": "11.1.0",
"fs-extra": "11.3.0"
},
"devDependencies": {
"jest": "29.7.0"
},
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superbasicstudio/claude-anchor.git"
},
"bugs": {
"url": "https://github.com/superbasicstudio/claude-anchor/issues"
},
"homepage": "https://github.com/superbasicstudio/claude-anchor#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/superbasicstudio"
},
{
"type": "patreon",
"url": "https://patreon.com/superbasicstudio"
}
]
}