Skip to content

Commit 7be590e

Browse files
committed
Add vix.json for @vix/validation header-only module
1 parent 6e504b1 commit 7be590e

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

vix.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "validation",
3+
"namespace": "vix",
4+
"version": "1.0.0",
5+
"type": "header-only",
6+
"include": "include",
7+
"license": "MIT",
8+
"description": "Header-only validation utilities for Vix.cpp: rules, schemas, models, forms, and error handling.",
9+
"keywords": [
10+
"cpp",
11+
"vix",
12+
"validation",
13+
"header-only",
14+
"rules",
15+
"schema",
16+
"form",
17+
"errors",
18+
"utilities"
19+
],
20+
"repository": "https://github.com/vixcpp/validation",
21+
"authors": [
22+
{
23+
"name": "Gaspard Kirira",
24+
"github": "Gaspardkirira"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)