misc updates to typescript package

This commit is contained in:
Grant Limberg
2023-09-13 18:07:53 -07:00
parent 020bd4b80a
commit a646d2cd49
2 changed files with 13 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
import * as crypto from "crypto-js";
import * as hex from "crypto-js/format-hex";
export function verifySignature(
preSharedKey: string,
+13 -1
View File
@@ -1,4 +1,16 @@
{
"name": "ztchooks-ts",
"version": "0.1.0",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/zerotier/ztchooks.git"
},
"bugs": {
"url": "https://github.com/zerotier/ztchooks/issues"
},
"homepage": "https://github.com/zerotier/ztchooks",
"author": "ZeroTier, Inc.",
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "^29.7.0",
@@ -12,4 +24,4 @@
"scripts": {
"test": "jest"
}
}
}