From 9438d5bc354b5b8e85f958189dfe72ffdb308437 Mon Sep 17 00:00:00 2001 From: Kristoffer <123738040+zs-ko@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:28:48 +0200 Subject: [PATCH] fix: add repo information to package (#7) fix: add repo information to package (#7) ci: add docker build to release and publish ci: add assets to semantic-release ci: fix permissions for package ci: add packages to dev --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 5061c3d..e692887 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,15 @@ "directus-custom-hook", "directus-external-jwt" ], + "homepage": "https://github.com/Zerosubnet/directus-extension-external-jwt", + "license": "LGPL-3.0-only", + "author": { + "name": "zerosubnet" + }, + "repository": { + "type": "git", + "url": "https://github.com/Zerosubnet/directus-extension-external-jwt.git" + }, "type": "module", "release": { "branches": [