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