-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 993 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@brbcoffeedebuff/docmeta",
"version": "1.2.1",
"description": "Living documentation for AI-assisted coding. Helps Claude Code understand your codebase faster.",
"keywords": [
"claude",
"claude-code",
"documentation",
"ai-coding",
"developer-tools",
"dx",
"mcp"
],
"license": "Apache-2.0",
"author": "Anthropic Community",
"repository": {
"type": "git",
"url": "git+https://github.com/BRBCoffeeDebuff/DocMeta.git"
},
"homepage": "https://github.com/BRBCoffeeDebuff/DocMeta#readme",
"bugs": {
"url": "https://github.com/BRBCoffeeDebuff/DocMeta/issues"
},
"bin": {
"docmeta": "bin/cli.js"
},
"scripts": {
"postinstall": "node bin/postinstall.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"jest": "^29.7.0"
},
"files": [
"bin",
"docs",
"SCHEMA.md",
"CRUD.md"
],
"engines": {
"node": ">=16"
}
}