-
-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 957 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
{
"name": "codex-first-customer-finder-skill",
"version": "0.1.0",
"description": "A Codex skill that finds evidence-backed potential first customers from recent public signals.",
"license": "MIT",
"author": "Francesco Mistero",
"repository": {
"type": "git",
"url": "git+https://github.com/Kappaemme-git/codex-first-customer-finder-skill.git"
},
"homepage": "https://github.com/Kappaemme-git/codex-first-customer-finder-skill#readme",
"bugs": {
"url": "https://github.com/Kappaemme-git/codex-first-customer-finder-skill/issues"
},
"bin": {
"codex-first-customer-finder-skill": "scripts/install.js"
},
"files": [
"first-customer-finder",
"scripts/install.js",
"README.md",
"LICENSE"
],
"keywords": [
"codex",
"skill",
"startup",
"customers",
"early-adopters",
"prospecting",
"customer-discovery",
"founders"
],
"publishConfig": {
"access": "public"
}
}