chore: moving some files around and exporting things as alpha services

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-06-16 16:34:38 +02:00
parent 36417fbe26
commit 8a75a84fc9
35 changed files with 344 additions and 149 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
"./package.json": "./package.json",
"./alpha": "./src/alpha/index.ts"
},
"main": "src/index.ts",
"types": "src/index.ts",