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",