-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.07 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.07 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
{
"name": "attio",
"version": "1.2.0",
"description": "Enhanced Attio CRM integration with batch operations, improved error handling, data validation, enrichment functions, and robust task management. Use when working with large volumes of CRM data, requiring advanced error handling, or needing comprehensive data validation.",
"main": "scripts/attio",
"scripts": {
"test": "echo \"Tests would go here\" && exit 0"
},
"keywords": [
"crm",
"attio",
"sales",
"prospecting",
"enrichment",
"automation"
],
"author": "Gameye Sales Team",
"license": "MIT",
"dependencies": {
"jq": "required for JSON processing"
},
"clawdhub": {
"skill": {
"name": "attio",
"version": "1.2.0",
"description": "Enhanced Attio CRM integration with batch operations, improved error handling, data validation, enrichment functions, and robust task management.",
"category": "crm",
"tags": ["crm", "sales", "prospecting", "enrichment", "automation"],
"requirements": {
"env": ["ATTIO_API_KEY"]
}
}
}
}