{
  "name": "@earnlayer/sdk",
  "version": "1.4.1",
  "description": "Monetize your AI chat applications with contextual ads",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/core/index.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts"
    },
    "./react": {
      "source": "./src/react/index.ts",
      "require": "./dist/react/index.js",
      "import": "./dist/react/index.esm.js",
      "types": "./dist/react/index.d.ts"
    },
    "./mcp": {
      "source": "./src/mcp/index.ts",
      "require": "./dist/mcp/index.js",
      "import": "./dist/mcp/index.esm.js",
      "types": "./dist/mcp/index.d.ts"
    },
    "./nextjs": {
      "source": "./src/nextjs/index.ts",
      "require": "./dist/nextjs/index.js",
      "import": "./dist/nextjs/index.esm.js",
      "types": "./dist/nextjs/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "build:types": "tsc --emitDeclarationOnly --outDir dist",
    "dev": "rollup -c rollup.config.js --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "advertising",
    "contextual-ads",
    "chat",
    "sdk",
    "react",
    "typescript",
    "earnlayer",
    "monetization"
  ],
  "author": "EarnLayer",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://earnlayerai.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Moocember/earnlayer-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/Moocember/earnlayer-sdk/issues"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "optionalDependencies": {
    "@rollup/rollup-win32-x64-msvc": "^4.52.3"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "jest": "^29.0.0",
    "next": "^14.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup": "^4.52.3",
    "rollup-plugin-dts": "^6.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "ts-jest": "^29.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
