-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 1.84 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "vibe-coding-protocols",
"version": "0.9.5",
"description": "Local npm wrapper and metadata for Vibe Coding Protocols",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Gudvin82/vibe-coding-protocols.git"
},
"homepage": "https://github.com/Gudvin82/vibe-coding-protocols",
"bugs": {
"url": "https://github.com/Gudvin82/vibe-coding-protocols/issues"
},
"keywords": [
"ai",
"ai-agents",
"vibe-coding",
"ai-development",
"codex",
"claude-code",
"cursor",
"delivery",
"seo",
"geo",
"ai-visibility"
],
"files": [
"bin/",
"vcp_cli/",
".vcp/",
"schemas/",
".vcp/cards/",
".vcp/index.json",
"AI_EVALUATION_GUIDE.md",
"AI_FULL_REPO_AUDIT.md",
"AI_INTAKE.md",
"FULL_REPO_INTAKE.md",
"REPO_CAPABILITIES_INDEX.md",
"START_HERE.md",
"TAKE_THIS_FIRST.md",
"README.md",
"LICENSE",
"VERSION",
"METHODOLOGY_VERSION",
"docs/",
".vcp/ai-audit-manifest.json",
"templates/",
"commands/",
"protocols/",
"benchmarks/",
"PROJECT_BACKLOG.md",
"AGENTS.md",
"ADOPTERS.md",
"llms-full.txt",
"ai.txt",
"CITATION.cff",
"llms.txt",
"docs/install.md",
"docs/glossary.md",
"docs/distribution.md",
"docs/adoption-tiers.md",
"docs/proof-pack.md",
"docs/productization-roadmap.md",
"docs/public-growth/geo-checks.md",
"docs/public-growth/public-growth-checklist.md"
],
"bin": {
"vcp": "./bin/vcp-node.js",
"vibe-check": "./bin/vibe-check.js"
},
"scripts": {
"vcp": "node ./bin/vcp-node.js",
"vcp:doctor": "node ./bin/vcp-node.js doctor",
"vcp:test": "node ./bin/vcp-node.js check --fast",
"doctor": "node ./bin/vcp-node.js doctor",
"init-report": "node ./bin/vibe-check.js --init-report"
}
}