From a646d2cd49e28de17989a35d60e820e01a88543b Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 13 Sep 2023 18:07:53 -0700 Subject: [PATCH] misc updates to typescript package --- typescript/index.ts | 1 - typescript/package.json | 14 +++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/typescript/index.ts b/typescript/index.ts index 780f024..5d369cd 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -1,6 +1,5 @@ import * as crypto from "crypto-js"; -import * as hex from "crypto-js/format-hex"; export function verifySignature( preSharedKey: string, diff --git a/typescript/package.json b/typescript/package.json index af237cb..48a216e 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -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" } -} +} \ No newline at end of file