-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 956 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 956 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
39
40
41
{
"name": "packaging-datacloud-skill",
"version": "1.1.0",
"description": "Agent Skill for packaging and distributing Salesforce Data Cloud (Data 360) Data Kits as managed 2GP packages.",
"license": "Apache-2.0",
"author": "holapancho",
"engines": {
"node": ">=18"
},
"keywords": [
"agent-skill",
"agentskills",
"claude-code",
"salesforce",
"data-cloud",
"data-360",
"2gp",
"data-kit",
"packaging"
],
"files": [
"skills",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"homepage": "https://github.com/holapancho/packaging-datacloud-skill#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/holapancho/packaging-datacloud-skill.git"
},
"bugs": {
"url": "https://github.com/holapancho/packaging-datacloud-skill/issues"
},
"scripts": {
"validate": "node scripts/validate-skill.js"
},
"devDependencies": {
"js-yaml": "^4.1.1"
}
}