File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "license" : " Apache-2.0" ,
66 "author" : " Gregory Soucy <dev@commandlayer.org>" ,
77 "type" : " module" ,
8+
9+ "keywords" : [
10+ " agent" ,
11+ " agents" ,
12+ " agent-identity" ,
13+ " agent-cards" ,
14+ " ai-agents" ,
15+ " autonomous-agents" ,
16+ " commandlayer" ,
17+ " ethereum" ,
18+ " ens" ,
19+ " erc8004" ,
20+ " identity" ,
21+ " interoperability" ,
22+ " json-schema" ,
23+ " machine-intent" ,
24+ " m2m" ,
25+ " protocol" ,
26+ " receipts" ,
27+ " schemas" ,
28+ " trustless" ,
29+ " x402" ,
30+ " ipfs" ,
31+ " immutable"
32+ ],
33+
34+ "files" : [
35+ " .well-known/" ,
36+ " agents/" ,
37+ " meta/" ,
38+ " schemas/" ,
39+ " checksums.txt" ,
40+ " LICENSE" ,
41+ " README.md"
42+ ],
43+
844 "scripts" : {
945 "validate:cards" : " node scripts/validate-cards.mjs" ,
1046 "generate:checksums" : " node scripts/generate-checksums.mjs" ,
1147 "validate:checksums" : " node scripts/generate-checksums.mjs --verify" ,
1248 "typecheck" : " tsc --noEmit" ,
1349 "validate" : " npm run validate:cards && npm run validate:checksums && npm run typecheck"
1450 },
51+
1552 "devDependencies" : {
1653 "@types/node" : " ^22.0.0" ,
1754 "ajv" : " ^8.17.1" ,
1855 "ajv-formats" : " ^3.0.1" ,
1956 "glob" : " ^11.0.0" ,
2057 "typescript" : " ^5.6.0"
2158 },
59+
2260 "overrides" : {
2361 "fast-json-patch" : " ^3.1.1"
2462 }
You can’t perform that action at this time.
0 commit comments