initial commit, super basic implementation

This commit is contained in:
2026-04-08 14:47:36 -05:00
commit 7e956ccf2b
3 changed files with 61 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "tether-ts",
"version": "1.0.0",
"description": "TypeScript client for Tether",
"license": "ISC",
"author": "wisplite",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}