{
  "name": "@knownagents/sdk",
  "version": "2.2.0",
  "description": "The official Node.js SDK for Known Agents: AI agent analytics (bot traffic), LLM referral tracking, automatic robots.txt, agent identification",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "ai analytics",
    "bot traffic",
    "agent analytics",
    "ai agents",
    "ai scrapers",
    "ai crawlers",
    "ai bots",
    "bot detection",
    "crawler detection",
    "llm analytics",
    "mcp analytics",
    "mcp server analytics",
    "model context protocol",
    "agentic commerce protocol",
    "universal commerce protocol",
    "commerce analytics",
    "robots.txt",
    "automatic robots.txt",
    "robots.txt generator",
    "web scraping",
    "ai blocking",
    "bot blocking",
    "agent identification",
    "bot verification",
    "verify ai agents",
    "web bot auth",
    "http signatures",
    "security",
    "typescript",
    "express middleware"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knownagents/node-sdk.git"
  },
  "author": "Known Agents <contact@knownagents.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/knownagents/node-sdk/issues"
  },
  "homepage": "https://github.com/knownagents/node-sdk#readme",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/node": "^22.19.17",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0"
  }
}
