UNPKG

@kya-os/agentshield-nextjs

Version:

Next.js middleware for AgentShield AI agent detection

30 lines 635 B
{ "name": "agentshield-wasm", "type": "module", "collaborators": [ "KnowThat.ai Team" ], "description": "WebAssembly bindings for AgentShield agent detection", "version": "0.1.0", "license": "MIT OR Apache-2.0", "repository": { "type": "git", "url": "https://github.com/knowthat-ai/agentshield" }, "files": [ "agentshield_wasm_bg.wasm", "agentshield_wasm.js", "agentshield_wasm.d.ts" ], "main": "agentshield_wasm.js", "types": "agentshield_wasm.d.ts", "sideEffects": [ "./snippets/*" ], "keywords": [ "agent-detection", "wasm", "webassembly", "security" ] }