diff --git a/package.json b/package.json index da343a4..c65e37a 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,13 @@ "author": { "name": "Timo Hocker", "email": "timo@scode.ovh" + }, + "repository": { + "type": "git", + "url": "https://git.scode.ovh/timo/auth-server-helper.git" }, - "description": "authentication middleware for express", + "bugs": "https://git.scode.ovh/timo/auth-server-helper", + "description": "authentication middleware for node http and express", "license": "MIT", "devDependencies": { "@ert78gb/jasmine-ts": "^0.3.1", @@ -46,4 +51,4 @@ "engines": { "node": ">=10.0.0" } -} \ No newline at end of file +}