-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 915 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 915 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
{
"name": "claude-code-vibe-coding-guide",
"version": "1.0.0",
"description": "Complete guide to vibe coding with Claude Code. Learn prompt engineering, multi-agent patterns, and achieve 3-5x productivity gains through AI collaboration.",
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"docs:build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"devDependencies": {
"mermaid": "^11.10.1",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17"
},
"keywords": [
"claude-code",
"vibe-coding",
"ai-development",
"prompt-engineering",
"multi-agent",
"enterprise-ai",
"productivity",
"automation",
"security-validation",
"roi-analysis",
"flow-state",
"documentation",
"best-practices"
],
"author": "Moinsen Development Team",
"license": "MIT"
}