SEV-17: Initial commit

This commit is contained in:
Bastian de Byl
2026-02-17 17:03:53 -05:00
commit cb1d8ff661
3 changed files with 33 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "switchev-shared",
"version": "0.1.0",
"private": true,
"description": "Shared constants, validation schemas, and type definitions for SwitchEV",
"type": "module",
"main": "index.js"
}