-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.05 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
{
"name": "@lucapimenta/copy-chief-black",
"version": "2.0.0",
"description": "Copy Chief BLACK — Direct Response Copywriting Framework for Claude Code",
"bin": {
"copy-chief-black": "bin/cli.js"
},
"main": "lib/platform.js",
"scripts": {
"install-framework": "node bin/cli.js install",
"update-framework": "node bin/cli.js update",
"verify": "node bin/cli.js verify",
"doctor": "node bin/cli.js doctor",
"test": "node -e \"require('./lib/platform'); require('./lib/settings-builder'); console.log('All modules OK')\""
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"commander": "^12.1.0",
"js-yaml": "^4.1.0"
},
"files": [
"bin/",
"installer/",
"lib/",
"templates/",
"framework/*.md",
"framework/*.yaml",
"framework/.aios-core/",
"framework/checklists/",
"framework/commands/",
"framework/config/",
"framework/copy-squad/",
"framework/data/",
"framework/docs/",
"framework/dossiers/",
"framework/experts/",
"framework/gotchas/",
"framework/ids/",
"framework/knowledge/README.md",
"framework/knowledge/universal/",
"framework/knowledge/cloned/",
"framework/knowledge/frameworks/",
"framework/knowledge/experts/",
"framework/knowledge/voc/",
"framework/knowledge/classification-maap.md",
"framework/knowledge/ingestion-tracking.yaml",
"framework/knowledge/patterns-by-niche.yaml",
"framework/learned-patterns/",
"framework/reference/",
"framework/references/",
"framework/rules/",
"framework/schemas/",
"framework/scripts/",
"framework/skills/",
"framework/squads/",
"framework/stories/",
"framework/templates/",
"framework/workflows/",
"framework/plugins/*.json",
"framework/plugins/CLAUDE.md"
],
"keywords": [
"copywriting",
"direct-response",
"claude-code",
"aiox-squad",
"framework"
],
"author": "Luca Pimenta",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lckx777/copy-chief-black.git"
}
}