add forms

This commit is contained in:
metacryst
2025-12-18 20:32:10 -06:00
parent 4d969864a5
commit c94d60a288
8 changed files with 245 additions and 3 deletions

14
forms/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "forms",
"version": "0.1.0",
"type": "module",
"bin": {
"forms": "./bin/forms.js"
},
"exports": {
".": "./client/index.js"
},
"dependencies": {
"ws": "^8.16.0"
}
}