{
  "name": "@aikidosec/firewall",
  "version": "1.8.29",
  "description": "Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AikidoSec/firewall-node.git"
  },
  "type": "commonjs",
  "exports": {
    ".": "./index.js",
    "./instrument": "./instrument/index.js",
    "./instrument/internals": "./instrument/internals.js",
    "./context": "./context/index.js",
    "./lambda": "./lambda/index.js",
    "./nopp": "./nopp/index.js",
    "./cloud-function": "./cloud-function/index.js",
    "./bundler": "./bundler/index.js"
  },
  "homepage": "https://aikido.dev/zen",
  "author": "Aikido Security",
  "bugs": {
    "url": "https://github.com/AikidoSec/firewall-node/issues"
  },
  "keywords": [
    "security",
    "nosql",
    "injection",
    "sql",
    "mongodb",
    "mysql",
    "mysql2",
    "mariadb",
    "pubsub",
    "postgres",
    "express",
    "rasp",
    "firewall",
    "aikido",
    "guard",
    "firewall",
    "runtime",
    "protection",
    "threats",
    "owasp"
  ],
  "license": "AGPL-3.0-or-later",
  "main": "index.js",
  "types": "index.d.ts",
  "browser": "browser.js",
  "engines": {
    "node": ">=16"
  },
  "sideEffects": true
}
