Initial control-plane protocol package

This commit is contained in:
Timothy J. Aveni
2026-06-17 22:47:56 -07:00
commit d8f0421d23
5 changed files with 2026 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "@quixos/control-plane-protocol",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "node --check src/index.ts"
}
}