-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.33 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
{
"name": "taketomarket",
"version": "2.4.0",
"description": "Marketing OS for developerneurs and solopreneurs. Built for engineers shipping products with zero marketing experience required. Spec-driven campaigns with positioning-as-invariant enforcement and quality gate walls.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ranjanrishikesh/taketomarket.git"
},
"homepage": "https://github.com/ranjanrishikesh/taketomarket#readme",
"bugs": {
"url": "https://github.com/ranjanrishikesh/taketomarket/issues"
},
"author": "Rishikesh Ranjan <59333266+ranjanrishikesh@users.noreply.github.com>",
"bin": {
"taketomarket": "install.js"
},
"scripts": {
"test": "node --test"
},
"files": [
".claude-plugin/",
"skills/",
"workflows/",
"templates/",
"references/",
"playbooks/",
"gates/",
"bin/",
"agents/",
"hooks/",
"settings.json",
"install.js",
"LICENSE",
"README.md"
],
"keywords": [
"claude-code",
"codex",
"marketing",
"campaigns",
"agent-skills",
"gtm",
"growth",
"positioning",
"content-marketing",
"marketing-automation",
"ai-agents",
"spec-driven",
"developerneurs",
"solopreneurs",
"engineers",
"indie-hackers"
],
"engines": {
"node": ">=18"
}
}