{
  "name": "@happyvertical/smrt-ads",
  "version": "0.43.2",
  "description": "Advertising delivery and tracking models for SMRT framework",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "CLAUDE.md",
    "AGENTS.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./manifest": "./dist/manifest.json",
    "./manifest.json": "./dist/manifest.json"
  },
  "dependencies": {
    "@happyvertical/smrt-tenancy": "0.43.2",
    "@happyvertical/smrt-core": "0.43.2"
  },
  "devDependencies": {
    "@happyvertical/sql": "^0.88.0",
    "@types/node": "24.13.2",
    "fast-glob": "3.3.3",
    "typescript": "5.9.3",
    "vite": "8.1.4",
    "vitest": "4.1.10",
    "@happyvertical/smrt-vitest": "0.43.2",
    "@happyvertical/smrt-commerce": "0.43.2"
  },
  "keywords": [
    "ai",
    "smrt",
    "ads",
    "advertising",
    "delivery",
    "tracking"
  ],
  "author": "HappyVertical",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/happyvertical/smrt.git",
    "directory": "packages/ads"
  },
  "scripts": {
    "build": "vite build --mode library",
    "build:watch": "vite build --mode library --watch",
    "clean": "rm -rf dist",
    "dev": "vite dev",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  }
}