Skip to content

Commit 48be293

Browse files
authored
Update manifest.json
1 parent 3df46cc commit 48be293

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
2+
"$schema": "https://commandlayer.org/schemas/manifest/v1.json",
23
"version": "1.0.0",
34
"class": "commercial",
5+
"name": "@commandlayer/commercial",
6+
"description": "Commercial verbs, schemas, and execution contracts",
47
"schemas_root": "schemas/v1.0.0",
8+
"examples_root": "examples/v1.0.0",
59
"verbs": [
610
"authorize",
711
"checkout",
812
"purchase",
913
"ship",
1014
"verify"
1115
],
12-
"checksums_file": "checksums.txt"
16+
"checksums_file": "checksums.txt",
17+
"toolchain": { "node": ">=20.0.0", "ajv": "^8.17.1" },
18+
"repository": "https://github.com/commandlayer/protocol-commercial",
19+
"license": "Apache-2.0"
1320
}

0 commit comments

Comments
 (0)