Create package.json

This commit is contained in:
Benjamin
2024-04-03 00:47:40 +01:00
committed by GitHub
parent 22b74ba0b9
commit 231eebc5cc

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "wetsock",
"description": "simplified websocket server/client integration",
"version": "0.0.1",
"repository": "https://github.com/gh0sTedBuddy/wetsock.git"
}