-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.21 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.21 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
{
"name": "@data-wise/claude-craft-plugin",
"version": "2.31.0",
"description": "Full-stack developer toolkit - 107 commands, 8 agents, 26 skills for code, git, site, docs, testing, architecture, CI, distribution, teaching workflows, and planning with ADHD-friendly interfaces",
"main": "index.js",
"scripts": {
"test": "python3 tests/test_craft_plugin.py",
"test:all": "python3 -m pytest tests/ -v"
},
"repository": {
"type": "git",
"url": "https://github.com/Data-Wise/craft.git"
},
"keywords": [
"claude-code",
"craft",
"developer-toolkit",
"testing",
"git-worktree",
"documentation",
"architecture",
"homebrew",
"distribution",
"orchestrator",
"ci",
"project-detection",
"workflow",
"brainstorming",
"task-management",
"adhd-friendly",
"spec-capture"
],
"author": "Data-Wise",
"license": "MIT",
"files": [
".claude-plugin/",
"commands/",
"skills/",
"agents/",
"scripts/",
"templates/",
"docs/",
"README.md",
"LICENSE",
"install.sh"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"markdown-link-check": "3.12.2",
"markdownlint-cli2": "0.14.0"
}
}