{
  "name": "decoy-tripwire",
  "version": "0.13.2",
  "description": "Security tripwires and local MCP proxy for AI agents. Detect prompt injection and enforce tool-call policy.",
  "bin": {
    "decoy-tripwire": "bin/cli.mjs"
  },
  "type": "module",
  "exports": {
    "./server": "./server/server.mjs",
    "./proxy": "./server/proxy.mjs"
  },
  "files": [
    "bin/",
    "server/"
  ],
  "keywords": [
    "mcp",
    "security",
    "prompt-injection",
    "ai-security",
    "tripwire",
    "canary",
    "claude",
    "cursor",
    "windsurf",
    "vscode"
  ],
  "author": "Decoy",
  "license": "MIT",
  "homepage": "https://decoy.run",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decoy-run/decoy-tripwire.git"
  },
  "scripts": {
    "test": "node --test test/*.test.mjs"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
