claudepod 1.0.2 → 1.1.0

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.
package/package.json CHANGED
@@ -1,22 +1,29 @@
1
1
  {
2
2
  "name": "claudepod",
3
- "version": "1.0.2",
4
- "description": "A fully configured DevPod environment optimized for Claude Code development with MCP servers and modern tools.",
3
+ "version": "1.1.0",
4
+ "description": "Complete development container that sets up Claude Code with 8 powerful MCP servers, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.",
5
5
  "main": "setup.js",
6
6
  "bin": {
7
- "claudepod-setup": "./setup.js"
7
+ "claudepod-devcontainer": "setup.js"
8
8
  },
9
9
  "scripts": {
10
- "test": "node test.js"
10
+ "test": "node test.js",
11
+ "validate-mcp": "node .devcontainer/scripts/generate-mcp-config.js"
11
12
  },
12
13
  "keywords": [
13
14
  "devcontainer",
14
15
  "claude",
15
16
  "claude-code",
16
17
  "mcp",
18
+ "mcp-server",
19
+ "ai",
17
20
  "development-environment",
18
21
  "devpod",
19
- "vscode"
22
+ "vscode",
23
+ "container",
24
+ "serena",
25
+ "taskmaster",
26
+ "ai-development"
20
27
  ],
21
28
  "author": "AnExiledDev",
22
29
  "license": "MIT",
@@ -30,10 +37,13 @@
30
37
  },
31
38
  "repository": {
32
39
  "type": "git",
33
- "url": "https://github.com/AnExiledDev/ClaudePod.git"
40
+ "url": "git+https://github.com/AnExiledDev/ClaudePod.git"
34
41
  },
35
42
  "homepage": "https://github.com/AnExiledDev/ClaudePod#readme",
36
43
  "bugs": {
37
44
  "url": "https://github.com/AnExiledDev/ClaudePod/issues"
45
+ },
46
+ "dependencies": {
47
+ "dotenv": "^17.2.1"
38
48
  }
39
49
  }