Skip to content

Commit cb789ec

Browse files
authored
Update package.json
1 parent 4a7c306 commit cb789ec

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

package.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,47 @@
33
"version": "1.0.0",
44
"description": "AgentCard schemas and .well-known/agent.json templates for CommandLayer-compatible agents.",
55
"license": "Apache-2.0",
6-
"author": "Gregory Soucy <dev@commandlayer.org>",
6+
"author": "Greg Soucy <dev@commandlayer.org>",
77
"type": "module",
8+
"homepage": "https://commandlayer.org",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/commandlayer/agent-cards.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/commandlayer/agent-cards/issues"
15+
},
16+
"keywords": [
17+
"a2a",
18+
"agent",
19+
"agent-cards",
20+
"agents",
21+
"autonomous-agents",
22+
"commandlayer",
23+
"discovery",
24+
"ens",
25+
"ethereum",
26+
"eth",
27+
"erc8004",
28+
"identity",
29+
"interoperability",
30+
"json-schema",
31+
"receipts",
32+
"schemas",
33+
"well-known",
34+
"x402"
35+
],
36+
"publishConfig": {
37+
"access": "public"
38+
},
39+
"files": [
40+
".well-known/",
41+
"agents/",
42+
"schemas/",
43+
"checksums/",
44+
"README.md",
45+
"LICENSE",
46+
],
847
"scripts": {
948
"validate:cards": "node scripts/validate-cards.mjs",
1049
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)