-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 919 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
{
"name": "local-client-prospector-skill",
"version": "0.1.0",
"description": "Codex skill for assisted local business prospecting and lead qualification.",
"homepage": "https://github.com/Kappaemme-git/local-client-prospector-skill#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Kappaemme-git/local-client-prospector-skill.git"
},
"bugs": {
"url": "https://github.com/Kappaemme-git/local-client-prospector-skill/issues"
},
"bin": {
"local-client-prospector-skill": "bin/install.js"
},
"scripts": {
"check": "node --check bin/install.js",
"pack:dry-run": "npm pack --dry-run"
},
"files": [
"bin",
"local-client-prospector"
],
"keywords": [
"codex",
"skill",
"local-business",
"prospecting",
"leads"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
}
}