mirror of
https://github.com/zerotier/ztchooks.git
synced 2026-05-22 16:29:29 -07:00
misc updates to typescript package
This commit is contained in:
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user