From 46b07a05d6817c0b2a337364ec2b2e4b022914b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6ssler?= Date: Fri, 29 Nov 2024 15:50:38 +0100 Subject: [PATCH] Improve package.json --- library/package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/library/package.json b/library/package.json index 27aab745..fd93c65b 100644 --- a/library/package.json +++ b/library/package.json @@ -2,7 +2,16 @@ "name": "@aikidosec/firewall", "version": "0.0.0", "description": "Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks", - "repository": "https://github.com/AikidoSec/firewall-node", + "repository": { + "type": "git", + "url": "git+https://github.com/AikidoSec/firewall-node.git" + }, + "type": "commonjs", + "homepage": "https://aikido.dev/zen", + "author": "Aikido Security", + "bugs": { + "url": "https://github.com/AikidoSec/firewall-node/issues" + }, "keywords": [ "security", "nosql",