-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 876 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 876 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
{
"name": "@chrisai/base",
"version": "3.1.5",
"description": "Builder's Automated State Engine — workspace orchestration framework for Claude Code",
"bin": {
"base-framework": "bin/install.js"
},
"files": [
"bin",
"src/commands",
"src/skill",
"src/framework",
"src/packages",
"src/hooks",
"src/templates",
"schemas",
"README.md"
],
"keywords": [
"claude",
"claude-code",
"ai",
"workspace",
"orchestration",
"base",
"data-surfaces",
"mcp"
],
"author": "Chris Kahler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ChristopherKahler/base.git"
},
"bugs": {
"url": "https://github.com/ChristopherKahler/base/issues"
},
"homepage": "https://github.com/ChristopherKahler/base#readme",
"engines": {
"node": ">=16.7.0"
}
}