-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 843 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "code-forge-gemini",
"version": "1.0.0",
"description": "> Complete development workflow — from TDD-driven implementation plans to execution, debugging, code review, git worktree management, branch lifecycle, and parallel agent dispatch.",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "bash scripts/manage.sh package",
"install:user": "bash scripts/manage.sh install user",
"install:workspace": "bash scripts/manage.sh install workspace",
"deploy": "bash scripts/manage.sh all user",
"uninstall:user": "bash scripts/manage.sh uninstall user",
"uninstall:workspace": "bash scripts/manage.sh uninstall workspace"
},
"keywords": [],
"author": "",
"license": "ISC"
}