-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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
{
"name": "codeforge-dev",
"version": "2.0.1",
"description": "Complete development container that sets up Claude Code with modular devcontainer features, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.",
"main": "setup.js",
"bin": {
"codeforge": "setup.js"
},
"scripts": {
"test": "node test.js",
"test:plugins": "pytest tests/ -v",
"test:all": "npm test && pytest tests/ -v",
"prepublishOnly": "npm test",
"docs:dev": "npm run dev --prefix docs",
"docs:build": "npm run build --prefix docs",
"docs:preview": "npm run preview --prefix docs"
},
"keywords": [
"devcontainer",
"claude",
"claude-code",
"mcp",
"mcp-server",
"ai",
"development-environment",
"vscode",
"container",
"qdrant",
"ai-development"
],
"author": "AnExiledDev",
"license": "GPL-3.0",
"files": [
".devcontainer/**/*",
".codeforge/**/*",
"setup.js",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnExiledDev/CodeForge.git"
},
"homepage": "https://github.com/AnExiledDev/CodeForge#readme",
"bugs": {
"url": "https://github.com/AnExiledDev/CodeForge/issues"
}
}