{
  "name": "@ai-growth/bot-analytics",
  "version": "4.1.0",
  "description": "Zero-code bot tracking for Node.js servers (Express, Fastify, NestJS, Next.js, pure Node)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./register": {
      "require": "./register.js"
    },
    "./http-wrapper": {
      "require": "./http-wrapper.js"
    },
    "./next": {
      "require": "./next.js"
    },
    "./vite": {
      "require": "./vite.js"
    },
    "./express": {
      "require": "./express.js"
    },
    "./fastify": {
      "require": "./fastify.js"
    }
  },
  "files": [
    "dist",
    "register.js",
    "register-light.js",
    "http-wrapper.js",
    "next.js",
    "vite.js",
    "express.js",
    "fastify.js"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "postinstall": "node dist/install.js || true"
  },
  "keywords": [
    "bot",
    "analytics",
    "tracking",
    "express",
    "fastify",
    "nestjs",
    "nextjs",
    "vite",
    "node"
  ],
  "author": "AI Growth Agent",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40",
  "dependencies": {
    "@ai-growth/bot-analytics": "^4.0.0"
  }
}
