first commit

This commit is contained in:
2026-09-06 19:10:40 -04:00
commit 3e6e0d0803
379 changed files with 29956 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "@tabbot/bridgeswarm",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json"
}
}